tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: download rate to slow tith 1000BaseT
> Be careful, some SSD controllers will compress the data being stored (making$
/dev/urandom will be slow compared to doing something like arc4 in
userland - even if the kernel implementation is fast (which it may well
be), arc4 is cheap enough that just the syscall overhead of reading
from /dev/urandom will probably cost more cycles than doing arc4 in
userland.
Besides, for this even a multiplicative congruential RNG quite possibly
would be enough. You don't need cryptographic strength; you just need
something random enough to defeat the SSD's compression algorithm(s).
/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML mouse%rodents-montreal.org@localhost
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
Home |
Main Index |
Thread Index |
Old Index