coreutils/src/uu/factor
nicoo ef12991ee7 factors: Avoid repeatedly locking and flushing stdout
By default, stdout's LineWriter results one syscall per line, i.e. a billion
syscalls when factoring a billion numbers...

Buffering the output yields a ~28% speedup.
2020-06-18 16:45:40 -07:00
..
src factors: Avoid repeatedly locking and flushing stdout 2020-06-18 16:45:40 -07:00
build.rs factor: Fix for old Rust 2020-06-15 19:18:34 +02:00
Cargo.toml docs ~ reduce sub-crate meta-information keywords to the maximum of five 2020-05-31 15:48:54 -05:00
sieve.rs docs ~ spell-check repairs and addition of exceptions 2020-05-30 01:36:02 -05:00