mirror of
https://github.com/uutils/coreutils
synced 2024-12-16 00:02:50 +00:00
f06d9fe130
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. |
||
---|---|---|
.. | ||
buffer.rs | ||
cut.rs | ||
ranges.rs |