Skip to content

1.2.0

Compare
Choose a tag to compare
@stephenberry stephenberry released this 13 Apr 19:54
· 1778 commits to main since this release

Breaking changes to binary (Crusher) specification and implementation in Glaze. We looked into implementing CBOR, but the performance would have been much worse. The specification now directly maps to JSON. It fulfills the same role as CBOR, but with much higher performance and in some cases better compression (smaller sizes).

Other changes:

  • Faster JSON reading
  • Improved compile time maps
  • Simplified internal code along with minor improvements and cleaning