Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of timkendrick/memoize-weak

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

timkendrick's profile
timkendrick
9 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
timkendrick

timkendrick/memoize-weak

Garbage-collected memoizer for variadic functions

JavaScript
33
4
No license

Memoize‑weak provides a drop‑in memoization wrapper for JavaScript functions that automatically clears its cache when the argument objects are no longer referenced elsewhere, using Map and WeakMap so cached results don’t cause memory leaks. It works with variadic functions, has no external dependencies, and is aimed at developers who need safe, long‑running memoization in Node or browser code.