Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-On! Tea GIF
Instant Tee

Because noone likes waiting for their Tee.

$ fcat /tmp/largefile | itee | pv -r > /dev/zero
[11.6GiB/s]
$ fcat /tmp/largefile | itee /dev/zero | pv -r > /dev/zero
[14.3GiB/s]
$ fcat /tmp/largefile | tee | pv -r > /dev/zero
[2.90GiB/s]
$ fcat /tmp/largefile | tee /dev/zero | pv -r > /dev/zero
[2.66GiB/s]

License

This project is licensed under the MIT license. See LICENSE for the full license text.

About

Rust implementation of the tee command using splice() and tee() Linux system calls. It is 4-5 times faster than GNU.

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages