1
Fork 0
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:
Joining7943 2022-09-09 13:50:59 +02:00 committed by Sylvestre Ledru
parent b39f5239e7
commit 2658f8ae5b
7 changed files with 1704 additions and 83 deletions

1
Cargo.lock generated
View file

@ -2871,6 +2871,7 @@ version = "0.0.15"
dependencies = [
"clap",
"libc",
"memchr",
"nix",
"notify",
"same-file",