zkopru-network / blind-find

A peer-to-peer network allowing private peer search proposed by Barry Whitehat and Kobi Gurkan.
https://ethresear.ch/t/blind-find-private-social-network-search/6988
13 stars 2 forks source link

Profiling #14

Closed mhchia closed 3 years ago

mhchia commented 3 years ago

See what really bothers us, i.e. the bottlenecks.

mhchia commented 3 years ago

Circuits are compiled each time genProof is called. This is the main bottleneck, which takes 33 seconds for Proof of SMP and 5 seconds for Proof of Successful SMP. Solved in ec932da4ed9ddf29b1cb2c6cbab817d1161f3e32 and testing time is reduced by 40%.