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

Qap is a lightweight Node.js library that implements the QuickSearch string‑matching algorithm, providing ultra‑fast pattern searches on strings or Buffer data—especially for patterns up to 255 bytes. It builds a simple bad‑character shift table in O(m + σ) time and lets developers quickly locate all occurrences of a pattern via the `parse` method, making it ideal for developers needing high‑performance, low‑memory substring searching in server‑side JavaScript applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

rootslab's profile
rootslab
135 contributions

Recent events

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

No events yet
rootslab

rootslab/qap

Qap is a quick parser/matcher for string or buffer patterns ( optimized for pattern lengths <= 255 bytes ).

JavaScript
5
0
MIT License