Closed arthurprs closed 1 month ago
Reminder: changes are needed to ensure the API remains consistent on 32-bit and 64-bit platforms.
Also, these new benchmarks can't be merged since #1490 moved all benchmarks to use Criterion.
Rebased on main
CI seems unhappy about a file I didn't change, not sure what's up.
CHANGELOG.md
entrySummary
Improve initialization speed for SmallRng
Motivation
SmallRng
is plenty fast, but the initialization speed was suboptimal.Details
An example binary was added to check for code generation with
cargo asm
.Benchmarks were also added. The results are shown below: