Closed osleg closed 7 years ago
System yes command on my system works very fast
yes
$ yes | pv -r > /dev/null [9.06GiB/s]
Therefore I decided to speed up go version of yes to be on par with system version
$ ./yes | pv -r > /dev/null [9.63GiB/s]
Thanks :+1:
System
yes
command on my system works very fastTherefore I decided to speed up go version of yes to be on par with system version