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 jsantell/buffer-queue

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

jsantell's profile
jsantell
3 contributions

Recent events

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

No events yet
jsantell

jsantell/buffer-queue

fast buffer storage

JavaScript
8
2
MIT License

`buffer-queue` is a lightweight Node.js utility that stores incoming `Buffer` chunks in a fast, append‑only queue and lets you drain arbitrary byte lengths as a single contiguous buffer—much quicker than repeatedly calling `Buffer.concat`. It’s aimed at developers building stream‑based pipelines (e.g., throttling or batching data) who need efficient buffer management.