Skip to content

1.2.0

Compare
Choose a tag to compare
@michaeleisel michaeleisel released this 21 Jun 22:46
· 41 commits to master since this release
  • ZippyJSON now uses the fastest string-to-double parser in existence (co-authored by @lemire and I, and included as part of simdjson 0.3.1)
  • simdjson, which does a lot of behind-the-scenes processing for ZippyJSON, is now upgraded to version 0.3.1. As a result of the new APIs, the ZippyJSON code is now substantially simpler
  • Fixed bug that occurred when having a new UnkeyedDecodingContainer variable point to an existing one (#24)
  • Other minor bug fixes and improvements