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

**flatstr** is a tiny Node.js module that forces a heavily‑concatenated JavaScript string to be “flattened” into a contiguous C‑array inside V8, eliminating the internal rope/tree representation. By calling `flatstr(str)` right before the string is handed to non‑V8 code (e.g., `fs.WriteStream`, XHR, or DOM APIs), developers can gain 20‑50 % speed‑ups on I/O‑heavy workloads. It’s aimed at Node (and browser) developers who build high‑throughput applications that perform a lot of string concatenation before writing or transmitting the result.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of davidmarkclements/flatstr

Account's avatar
mcollina/fastbench
the simplest benchmark you can run on node

Support the repos that depend on this repository

Top contributors

jakeburden's profile
jakeburden
1 contributions

Recent events

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

No events yet
davidmarkclements

davidmarkclements/flatstr

Flattens the underlying C structures of a concatenated JavaScript string

JavaScript
390
12
MIT License