v3.6.2
New AVX2 SIMD optimizations (faster string writing on some platforms)
The CMake now has the option glaze_ENABLE_AVX2. This will attempt to use AVX2 SIMD instructions in some cases to improve performance, as long as the system you are configuring on supports it. Set this option to OFF to disable the AVX2 instruction set, such as if you are cross-compiling for Arm. And, if you aren't using CMake the macro GLZ_USE_AVX2 enables the feature if defined.
- by @stephenberry in #1343
Improvements
Fixes
- Allow NDJSON in the skip_array requires statement. by @Haatschii in #1357
Full Changelog: v3.6.1...v3.6.2