We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This ssz api takes 2.5% time of a holesky node subscribing to all subnets
holesky_subscribe_all_subnets_main.cpuprofile.zip
I see some Uint8Array.slice() api there, see if we can improve by using Uint8Array.subarray() to avoid memory allocation
Uint8Array.slice()
Uint8Array.subarray()
part of #7186
No response
Linux
unstable and v1.22.0
The text was updated successfully, but these errors were encountered:
getAggregationBitsFromAttestationSerialized() really caused gc due to its memory allocation
getAggregationBitsFromAttestationSerialized()
gc
Sorry, something went wrong.
No branches or pull requests
Describe the bug
This ssz api takes 2.5% time of a holesky node subscribing to all subnets
holesky_subscribe_all_subnets_main.cpuprofile.zip
Expected behavior
I see some
Uint8Array.slice()
api there, see if we can improve by usingUint8Array.subarray()
to avoid memory allocationpart of #7186
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
unstable and v1.22.0
The text was updated successfully, but these errors were encountered: