mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
75178b65e0
expectation is that frequency throttling in these cases is less of a concern for most users. To be clear, older Intel processors with AVX-512 instructions (such as cascade lake or skylake-x) will not be able to run AVX-512 instructions. 2. We adopt a much faster bitset decoding technique described in the following blog post: https://lemire.me/blog/2022/05/10/faster-bitset-decoding-using-intel-avx-512/ Credit to : Kim Walisch and Jatin Bhateja 3. The compress method which is used by _mm512_mask_compressstoreu_epi8 should be a massive performance gain but also a drastic reduction in code complexity. 4. I try to catch up on crediting valued contributors.