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

`compile-json-stringify` is a Node library that generates a custom `JSON.stringify`‑like function from a JSON‑schema describing the **input** data shape. By hard‑coding the expected types, the compiled function can serialize objects and arrays 2‑5 × faster (up to 8.5 × in some cases) than the built‑in `JSON.stringify`, making it useful for high‑performance server‑side JavaScript applications that need to stringify large or frequent payloads.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of nwoltman/compile-json-stringify

Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.

Support the repos that depend on this repository

Top contributors

nwoltman's profile
nwoltman
27 contributions

Recent events

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

No events yet
nwoltman

nwoltman/compile-json-stringify

Compile a JSON.stringify() function with type hints for maximum performance

JavaScript
20
0
MIT License