aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSChernykh <sergey.v.chernykh@gmail.com>2022-04-16 11:48:37 +0200
committerSChernykh <sergey.v.chernykh@gmail.com>2022-04-18 10:01:13 +0200
commit268a0393e9e7e02c5f2c41dc0137540cbf61ab76 (patch)
treea0b6007e71844f711ae2d852204db7be683f2e2a /tests
parentf49fc9b4876382d5c6f08fd7a6125b554c49e260 (diff)
downloadmonzero-core-268a0393e9e7e02c5f2c41dc0137540cbf61ab76.tar.gz
monzero-core-268a0393e9e7e02c5f2c41dc0137540cbf61ab76.tar.xz
monzero-core-268a0393e9e7e02c5f2c41dc0137540cbf61ab76.zip
Optimized keccak implementation
All tests were conducted on the same PC (Ryzen 5 5600X running at fixed 4.65 GHz). Before: test_cn_fast_hash<32> (100000 calls) - OK: 1 us/call test_cn_fast_hash<16384> (1000 calls) - OK: 164 us/call After: test_cn_fast_hash<32> (100000 calls) - OK: 0 us/call test_cn_fast_hash<16384> (1000 calls) - OK: 31 us/call More than 5 times speedup for cn_fast_hash. Also noticed consistent 1-2% improvement in test_construct_tx results.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions