Skip to content

Releases: wyhaines/fused-json.cr

v0.3.0

Choose a tag to compare

@wyhaines wyhaines released this 26 Aug 03:11
9c30c8e

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

Choose a tag to compare

@wyhaines wyhaines released this 22 Aug 15:55
ff60c9b

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.