diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-04-11 10:14:37 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-04-11 10:14:37 +0200 |
commit | 1d5e3db348227d5658e11782b123139c1d5d5e25 (patch) | |
tree | 8643a52ce71afb1d3397e64cb6230e786e7d0f61 /src/testvectors.rs | |
parent | 170d9413b4d5d4b2c43f53343be4e43350e3e83f (diff) | |
download | zears-1d5e3db348227d5658e11782b123139c1d5d5e25.tar.gz zears-1d5e3db348227d5658e11782b123139c1d5d5e25.tar.bz2 zears-1d5e3db348227d5658e11782b123139c1d5d5e25.zip |
manually compute Block ^ Block
This gives around 30% speedup, presumably because casting to the int is
more expensive than I thought. This operation is used so frequently in
the hot loop that even a tiny speedup can add up quickly.
Diffstat (limited to 'src/testvectors.rs')
0 files changed, 0 insertions, 0 deletions