-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getMany performance tests #164
Conversation
My performance results for
|
A hot part is on the
|
By following the thread of the keypair hint, above, I found out that the DHT is making heavy use of the unmarshalling of the public key to validate records. For comparison, with DHT:
without DHT:
It signifies a x6 improvement without DHT.. |
This PR adds some benchmarking infra and a getMany benchmark test. |
Preparing benchmarks to then try solving #163