Module benchmarks

Source
Expand description

Benchmark results and information about the systems I benchmarked on.

Timing is done by calling std::time::Instant::now before and after each function runs, so there’s a little bit of extra overhead.

These results aren’t scientific - each puzzle is run once, in order, on a varyingly loaded desktop system. However, they should be generally reproduceable.

Structs§

AMD5950X
A high-end desktop system based on an AMD 5950X.
I6700K
My standard desktop and development system.
M1Mac
An original M1 Macbook Pro.

Traits§

BenchmarkResult
A placeholder trait to show benchmark results for systems.
SystemInfo
A placeholder trait to show information about benchmarked systems.