This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
fifth release
Improve performance: throughput is about doubled compared to last release!
Old (v4):
./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [30.3MiB/s] ...
New (v5):
./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [63.6MiB/s] ...