nvzqz / divan

Fast and simple benchmarking for Rust projects
https://nikolaivazquez.com/blog/divan/
Apache License 2.0
849 stars 24 forks source link

Use random offsets in `memcpy` example benchmarks #28

Closed nvzqz closed 8 months ago

nvzqz commented 8 months ago

There is 50% chance of the copy being aligned. Aligned writes are potentially must faster.