Skip to content

v3.6.2

Compare
Choose a tag to compare
@stephenberry stephenberry released this 04 Oct 18:17
· 286 commits to main since this release

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.

Improvements

Fixes

  • Allow NDJSON in the skip_array requires statement. by @Haatschii in #1357

Full Changelog: v3.6.1...v3.6.2