mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-25 09:42:16 +00:00
* Use a buffered PRNG, pulling the PRNG data off a larger precalculated
buffer, rather than the underlying PRNG's (likely small) one, which in
turn reduces the frequency of recalcing.
* More tuning to reduce temporary allocation churn