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

HashArray is a JavaScript data structure that combines the benefits of a hash table and an array, providing O(1) retrieval and ordered storage. It is designed for developers who need fast lookups and ordered iteration over collections of objects with multiple indexing keys.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of joshjung/hash-array

Account's avatar
riga/jclass
Advanced but lightweight and fast Javascript inheritance model providing class members and prototype conversion.

Support the repos that depend on this repository

Top contributors

joshjung's profile
joshjung
19 contributions
jjung-ra's profile
jjung-ra
2 contributions
tomzx's profile
tomzx
1 contributions
tony-scio's profile
tony-scio
1 contributions

Recent events

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

No events yet
joshjung

joshjung/hash-array

A data structure that combines a hash and an array for automated indexing. All the benefits of an indexed HashMap and an Array in one neat tidy, tested package. Complex keys with multiple depths can be used!

JavaScript
17
3
MIT License