String & Array ops with SIMD
- Removing characters from strings faster with AVX-512
- Multiply packed 8 bit integers by vectors of floats using intel intrinsics
- How to shift elements of an array using intel intrinsic
- tolower() in bulk at speed / HN
- sorting with AVX2 intrinsics
- SIMD-friendly algorithms for substring searching (2016)
Written on February 5, 2023, Last update on March 8, 2023
string
vector
array
sort
avx