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 mafintosh/array-lru

Account's avatar
dominictarr/hashlru
simpler faster substitute for LRU
Account's avatar
mafintosh/nanobench
Simple benchmarking tool with TAP-like output that is easy to parse
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mafintosh's profile
mafintosh
10 contributions
theleancoder's profile
theleancoder
1 contributions
dy's profile
dy
1 contributions

Recent events

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

No events yet
mafintosh

mafintosh/array-lru

A really fast LRU cache for array items (numeric keys)

JavaScript
57
9
MIT License

The **array‑lru** module provides a high‑performance least‑recently‑used cache that stores values keyed by numeric indices, using a fixed‑size array and a small‑collision hash bucket algorithm to achieve fast O(1) get/set operations. It’s aimed at Node.js developers who need a lightweight, ultra‑fast LRU cache for scenarios such as in‑memory data stores, message queues, or any system where numeric keys are abundant and eviction speed matters.