Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

fifth release

Compare
Choose a tag to compare
@gltile-two-electric-boogaloo gltile-two-electric-boogaloo released this 21 May 12:55
73d255e

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] ...