We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8866ec3 commit 1fe539fCopy full SHA for 1fe539f
src/uu/wc/src/count_fast.rs
@@ -32,7 +32,7 @@ use libc::S_IFIFO;
32
#[cfg(any(target_os = "linux", target_os = "android"))]
33
use uucore::pipes::{pipe, splice, splice_exact};
34
35
-const BUF_SIZE: usize = 16 * 1024;
+const BUF_SIZE: usize = 256 * 1024;
36
37
const SPLICE_SIZE: usize = 128 * 1024;
38
0 commit comments