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

The sorted-array library provides TypeScript-based array subclasses that maintain continuous sorting on insertion or push operations, featuring optimized includes() and indexOf() methods for faster searches. It's designed for developers who need sorted collections without the overhead of Map or Set objects, offering three variants: basic value sorting, property-based sorting for objects, and custom comparison function sorting. The library is particularly useful for applications requiring frequent searches in sorted data, such as database indexing, leaderboard systems, or any scenario where the trade-off between slower insertions and faster lookups is acceptable.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of itrocks-ts/sorted-array

Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

baptistepillot's profile
baptistepillot
27 contributions

Recent events

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

No events yet
itrocks-ts

itrocks-ts/sorted-array

Array subclasses that remain continuously sorted on insert() or push() calls, featuring optimized includes() and indexOf()

TypeScript
1
0
ISC License