v1.0.0-rc.4
Pre-release
Pre-release
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