Releases: wyhaines/fused-json.cr
Releases · wyhaines/fused-json.cr
Release list
v0.3.0
This release includes a large number of deeply tested performance improvements. This release has much better steady state memory usage, fewer allocations, and significantly improved speed on both large and small files compared to the previous version.
Initial Release
This is the first release of FusedJSON.
It is intended to be a faster implementation of a JSON parser than the Crystal stdlib parser. It used Ruby's OJ as inspiration, applying many of the same techniques.