Filtering a Vector with SIMD Instructions (AVX-2 and AVX-512)
Originally written by Paul Masurel, co-founder of Quickwit.
The problem
For reasons that are outside of the scope of this blog post, I recently had to measure how fast one CPU-core can go through an unsorted list of unsigned 32-bit integers (u32) and...
quickwit.hashnode.dev21 min read