mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
tail: improve performance of piped stdin
Rewrite handling of stdin when it is piped and read input in chunks. Fixes https://github.com/uutils/coreutils/issues/3842
This commit is contained in:
parent
b39f5239e7
commit
2658f8ae5b
7 changed files with 1704 additions and 83 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2871,6 +2871,7 @@ version = "0.0.15"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"memchr",
|
||||
"nix",
|
||||
"notify",
|
||||
"same-file",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue