Skip to content

v1.0.0-rc.4

Pre-release
Pre-release

Choose a tag to compare

@cesarliws cesarliws released this 22 Jul 23:11
· 131 commits to main since this release
4f16696

What's Changed

  • fix(json): make the NextGen node pool thread-safe (per-thread pools) by @Stemonik in #150
  • perf(json): faster FindKey for small objects (inline scalar key compare) by @Stemonik in #151
  • feat(collections): add IOrderedDictionary<K,V> (insertion-ordered dictionary) by @Stemonik in #158
  • perf(json): SIMD (SSE2) string-body scan in NextGen ScanString by @Stemonik in #159
  • perf(json): skip literal compares for numbers in NextGen ParseValue by @Stemonik in #160
  • Perf/s55 optimization by @cesarliws in #161

New Contributors

Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4