aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/bytes
Commit message (Collapse)AuthorAgeFilesLines
* core/bytes: Tweak `index_byte` and `last_index_byte`Yawning Angel2024-08-191-0/+3
| | | | | | | - Assume unaligned loads are cheap - Explicilty use 256-bit or 128-bit SIMD to avoid AVX512 - Limit "vectorized" scanning to 128-bits if SIMD is emulated via SWAR - Add a few more benchmark cases
* Improve benchmarks.Jeroen van Rijn2024-08-161-44/+51
|
* Merge `core:simd/util` into `core:bytes`Feoramund2024-08-101-0/+116