openethereum/ethash
Vurich 2cc1c92901 Unroll one more loop
I also tried unrolling the 256-iteration loop further below, but it actually caused a
slowdown (my guess is either branch prediction stopped kicking in or the instruction
cache was being maculated).
2017-07-19 12:07:34 +02:00
..
src Unroll one more loop 2017-07-19 12:07:34 +02:00
Cargo.toml Speed up light_compute by ~9% 2017-07-18 15:38:10 +02:00