rcatt

Crates.iorcatt
lib.rsrcatt
version0.2.0
sourcesrc
created_at2023-02-23 14:06:58.46666
updated_at2023-02-23 14:34:47.308579
descriptionSimple cat command
homepage
repository
max_upload_size
id792775
size2,067
Naoya Yamashita (conao3)

documentation

README

rcatt

Implementations

Theoretical value

$ yes | pv -F '  %a'  > /dev/null
  [5.14GiB/s]

baseline (GNU cat)

$ cat --version
cat (GNU coreutils) 9.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Torbjorn Granlund and Richard M. Stallman.
$ yes | cat | pv -F '  %a'  > /dev/null
  [2.78GiB/s]

io::copy

$ yes | cargo run --example io_copy --release | pv -F '  %a'  > /dev/null
  [4.52GiB/s]
Commit count: 0

cargo fmt