mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #2827 from jfinkels/split-std-io-copy
split: use std::io::copy() with new writer implementation to improve maintainability and speed
This commit is contained in:
commit
6b6d5ee7db
7 changed files with 333 additions and 146 deletions
2
tests/fixtures/split/asciilowercase.txt
vendored
2
tests/fixtures/split/asciilowercase.txt
vendored
|
@ -1 +1 @@
|
|||
abcdefghijklmnopqrstuvwxyz
|
||||
abcdefghijklmnopqrstuvwxyz
|
||||
|
|
5
tests/fixtures/split/fivelines.txt
vendored
Normal file
5
tests/fixtures/split/fivelines.txt
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
Loading…
Add table
Add a link
Reference in a new issue