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

trie‑memoize is a tiny JavaScript library that provides a memoization helper where each argument of the wrapped function becomes a separate level in a cache‑trie (using plain objects, `Map` or `WeakMap` for each level). It offers O(n) look‑ups, works best for functions with a fixed number of arguments, and is aimed at developers who need fast, memory‑efficient caching for pure functions in Node or browser environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jaredlunde/trie-memoize

Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
Andarist/babel-plugin-annotate-pure-calls
Babel plugin for annotating automatically pure function calls.
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
jaredLunde/lunde
ESLint rules I'm using for my projects
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
jaredLunde/lundle
A command line tool for creating dist builds for TS/JS libraries using the "exports" property in package.json
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

jaredLunde's profile
jaredLunde
45 contributions

Recent events

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

No events yet
jaredlunde

jaredlunde/trie-memoize

A memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.

TypeScript
4
0
MIT License