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

Cachejs is a small Node.js library that provides asynchronous in‑memory caches based on two replacement policies: a classic Least‑Recently‑Used (LRU) cache and the more sophisticated Adaptive‑Replacement‑Cache (ARC). It lets developers wrap expensive look‑ups (disk, network, computation) with `cache(key, fn)` so that the first request triggers the operation while subsequent requests wait for the result, with optional size limits and expiration. The package is aimed at JavaScript/Node developers who need efficient, self‑tuning caching for high‑concurrency applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of michieljoris/cachejs

Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
rozmiarek/doccoh
The Quick and Dirty Literate Programming Documentation Generator with Highlight.js as Syntax Highlighter

Support the repos that depend on this repository

Top contributors

Michieljoris's profile
Michieljoris
11 contributions

Recent events

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

No events yet
michieljoris

michieljoris/cachejs

Implementation of async LRU and ARC cache.

JavaScript
8
2
No license