1.0.0 • Published 7 years ago

node-rapidjson v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

node-rapidjson

A Node.js package that allows you to use RapidJSON for faster JSON operations.

Note that this was experimental work… it turns out that you’re better off using the normal Node.js/V8 implementation unless you’re operating on huge JSON.

There’s potential for this to be way faster, but unfortunately the bridging from V8 to C++ is a bit too costly at this stage.