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

`array-keyed-map` is a lightweight JavaScript library that implements a Map‑like associative container whose keys are **arrays of arbitrary values**, preserving element identity (including objects, functions, RegExps, etc.) without stringifying them. It stores these “paths” efficiently as a shared‑prefix tree and offers the same API as the native `Map` (except iteration order), making it useful for developers who need fast, memory‑efficient look‑ups on composite keys such as hierarchical paths or multi‑field identifiers.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of anko/array-keyed-map

Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
anko/txm
tool for testing code examples in Markdown files

Support the repos that depend on this repository

Top contributors

anko's profile
anko
75 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
anko

anko/array-keyed-map

JS datastructure, like Map, but the keys are arrays

JavaScript
41
3
ISC License