coreutils/cut
polyphemus f06d9fe130 Rewrite cut_bytes(), more performant than GNU
Creates BufReader in buffer.rs. BufReader uses a stack allocated buffer
to read into and returns selected slices into the buffer. This does away
with any dynamic allocations in the 'newline loop.

1.5 to 2.5 more performant than previous version.
1.5 to 2.0 times more performant than GNU.
2014-07-09 12:17:48 +02:00
..
buffer.rs Rewrite cut_bytes(), more performant than GNU 2014-07-09 12:17:48 +02:00
cut.rs Rewrite cut_bytes(), more performant than GNU 2014-07-09 12:17:48 +02:00
ranges.rs Implement fields cutting 2014-06-27 17:39:49 +02:00