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 **search‑trie** library provides a tiny (<0.5 KB) in‑memory trie for fast prefix matching of strings, returning the longest stored key that matches a query in O(length) time. It offers two builders—`buildCharacterTrie` for dense, short keys and `buildWordTrie` for longer, word‑based keys—making it useful for developers who need quick look‑ups of paths, URLs, or other hierarchical strings (e.g., package directories, import paths, or object property usage).

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thekashey/search-trie

Account's avatar
Microsoft/tslib
Runtime library for TypeScript helper functions
Account's avatar
theuiteam/lib-builder
Opinionated toolbox boilerplate to create Typescript React components

Support the repos that depend on this repository

Top contributors

theKashey's profile
theKashey
14 contributions

Recent events

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

No events yet
thekashey

thekashey/search-trie

Yet another O(n) trie. This time just and only for string search.

TypeScript
7
1
MIT License