You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,5 @@
2
2
High-performance reimplementation of GNU yes, but made at home in Rust.
3
3
4
4
You can benchmark it by running `./homemade_yes | pv -N "Homemade yes" -r -t > /dev/null`.
5
+
6
+
On my build machine, `homemade_yes` can obtain a throughput of about ~3.5 gigabytes per second, which is comparable to GNU yes (v9.5). I'm pretty sure that my hardware is bottlenecking performance at this point, so better throughputs might be possible with some hardware tweaking.
0 commit comments