1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

Merge pull request #6535 from sylvestre/sort

sort: improve the error mgmt with --batch-size
This commit is contained in:
Daniel Hofstetter 2024-07-05 09:45:54 +02:00 committed by GitHub
commit b774000351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 124 additions and 11 deletions

1
Cargo.lock generated
View file

@ -3182,6 +3182,7 @@ dependencies = [
"fnv",
"itertools 0.13.0",
"memchr",
"nix",
"rand",
"rayon",
"self_cell",