1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/src/uu/sort
Karl McDowall 6bdcad32da sort: Rework merge batching logic
Fix bug #6944
Rework the way batching is done with sort such that it doesn't open
more input files than necessary. Previously, the code would always
open one extra input file which causes problems in ulimit scenarios.
Add additional test case.
2024-12-15 12:40:15 -07:00
..
src sort: Rework merge batching logic 2024-12-15 12:40:15 -07:00
BENCHMARKING.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
Cargo.toml prepare version 0.0.28 2024-11-03 20:59:42 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
sort.md sort: Move help strings to markdown file (#4808) 2023-04-30 19:50:28 +02:00