-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Faster fastMsgIdFn using xxhash #4649
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
it's been 8h since I tested this branch on feat1 (vs feat2, both configured
all other metrics are the same |
also posting the benchmark in this PR
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great work
<3 thanks @tuyennhv ! |
This PR only reduce fastMsgIdFn time, it does not help I/O lag issue in #4600 |
Motivation
fastMsgIdFn()
, it turns out it has a big impact on the I/O lagged issueDescription
xx-hash
for better performance compared toas-sha256
) but useh64
instead ofh32
to reduce hash collision, hence no memory issueCloses #4603
could close #4600 due to its significantly faster
sumitPoolAttestations
request timeTODO