Avatar for the uutils user
uutils
coreutils
BlogDocsChangelog

Branches performance

Pull requests

sort: fix newline handling across large and/or multiple files#8746
last run
3 hours ago
sort: add test for sorting a file which triggers a buffer resize
8 hours ago
f2448e2
jacob-greenfield:sort-fix-buffer-read
CodSpeed Performance Gauge
0%
ls: Create fewer small strings#8742
last run
1 day ago
Revert "Merge branch 'create_fewer_small_strings' of https://github.com/kimono-koans/coreutils into create_fewer_small_strings" This reverts commit 905173e1e078d8537dce4d2eaeee0d6a99fb05ff, reversing changes made to 90812622d108ee6a8ae919cf41006bbd063ecf68.
1 day ago
3f0fe76
kimono-koans:create_fewer_small_strings
CodSpeed Performance Gauge
0%
cat: rework ansi interpolation The algorithm is now a minimum taxicab distance.
14 hours ago
1cffdcb
Alonely0:main
CodSpeed Performance Gauge
0%
uucore: parse_time: avoid expensive `with_scale(9)` for huge inputs#8740
last run
1 day ago
uucore: parse_time: avoid expensive `with_scale(9)` for huge inputs The conversion routine used to parse the time into a BigDecimal and normalize it into nanoseconds; however, for an input like 1e6666666666668320 it would require allocating a number with 6666666666668329 zeroes, which is obviously suboptimal (and redundant, as `Duration` uses `u64` for seconds). Fixes #8634.
1 day ago
3d727ca
loskutov:patch-1
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs