py_ecc icon indicating copy to clipboard operation
py_ecc copied to clipboard

fast-verification-of-multiple-bls-signatures

Open ChihChengLiang opened this issue 6 years ago • 3 comments

What was wrong?

https://ethresear.ch/t/fast-verification-of-multiple-bls-signatures/5407

How was it fixed?

Cute Animal Picture

put a cute animal picture link inside the parentheses

ChihChengLiang avatar May 06 '19 07:05 ChihChengLiang

benchmark before rename and pr feedback

  • profile_verify_multiple 177 sec
  • profile_verify_multiple_multiple 92 sec

ChihChengLiang avatar May 07 '19 08:05 ChihChengLiang

@ChihChengLiang glancing at the library I don't see any benchmarking tools which suggests you did the benchmarking manually. Would you mind contributing some version of that into the core library so we can have a starting point for future library optimizations?

pipermerriam avatar May 07 '19 15:05 pipermerriam

@pipermerriam manually in this PR 😂scripts/benchmark_multi_multi.py https://github.com/ethereum/py_ecc/pull/67/files#diff-6603fa8fb24b1bbf0f65499a385162e4

ChihChengLiang avatar May 07 '19 16:05 ChihChengLiang