aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/bytes
Commit message (Collapse)AuthorAgeFilesLines
* Use `time.Stopwatch` in `core:bytes` benchmarkFeoramund2025-05-291-4/+5
| | | | | | This should result in a clearer idea of how fast the procedures are running, as the loop can run without going back and forth to the system for the time.
* fix benchmarks not compiling and make sure it doesn't happen again by checkingLaytan Laats2024-10-021-4/+4
|
* 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