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 kriskowal/mini-map

Account's avatar
montagejs/jasminum
A light, modular, promissory, isomorphic Jasmine test scaffold clone

Support the repos that depend on this repository

Top contributors

kriskowal's profile
kriskowal
4 contributions

Recent events

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

No events yet
kriskowal

kriskowal/mini-map

A very small subset of ES6 Map that is good enough for small sizes

JavaScript
1
0
No license

MiniMap provides a tiny, ES6‑compatible subset implementation of `Map` for JavaScript, optimized for very small collections and minimal memory overhead. It supports the core methods (`has`, `get`, `set`, `delete`, `clear`) and allows object keys, making it useful for developers who need a lightweight map replacement in environments where a full‑featured `Map` is unnecessary or unavailable.