#cat #command #gnu #yes

app rcatt

简单的 cat 命令

2 个不稳定版本

使用旧的 Rust 2015

0.2.0 2023年2月23日
0.1.0 2023年2月23日

#5#yes

Apache-2.0 许可证

2KB

rcatt

实现

理论值

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

基线(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]

无运行时依赖