Files
uutils-coreutils/.github
jeffhuang 2fcd54344d tr: add codspeed benchmark for ASCII range translation
Adds a divan-based benchmark suite under src/uu/tr/benches/ that
codspeed can build and run, and registers uu_tr in the benchmarks
workflow matrix. Each bench redirects fd 0 to a prepared file and
fd 1 to /dev/null around uumain since tr only reads stdin.

Covers the AVX2 ASCII-range fast path, single-char replace,
multi-char table translation, and ASCII range delete, at 1/16/64 MB.
2026-07-12 12:32:35 -04:00
..
2023-06-11 18:53:42 +02:00
2023-01-30 08:51:28 +01:00