coreutils/cut
polyphemus b1c2d7ac7c Rewrite cut_bytes()
Do no longer iterate over each byte and instead rely on the Buffer trait
to find the newline for us. Iterate over the ranges to specify slices of
the line which need to be printed out.

This rewrite gives a signifcant performance increase:
Old:    1.32s
mahkoh: 0.90s
New:    0.20s
GNU:    0.15s
2014-06-27 17:39:49 +02:00
..
cut.rs Rewrite cut_bytes() 2014-06-27 17:39:49 +02:00
ranges.rs Add initial cut support, only bytes cutting 2014-06-27 17:39:41 +02:00