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
Is your feature request related to a problem? Please describe.
batch hash work is in progress, this is how it looks in a lodestar node every time we get through epoch transition
looks like memory allocation is an issue there and it caused some spiked hash_tree_root times
hash_tree_root
Describe the solution you'd like
right now we allocate memory every time we compute ViewDU.hashTreeRoot(), find a way to do minimal memory allocation and reuse it over time
ViewDU.hashTreeRoot()
Additional context
te/batch_hash_tree_root
The text was updated successfully, but these errors were encountered:
twoeths
No branches or pull requests
Is your feature request related to a problem? Please describe.
batch hash work is in progress, this is how it looks in a lodestar node every time we get through epoch transition
looks like memory allocation is an issue there and it caused some spiked
hash_tree_root
timesDescribe the solution you'd like
right now we allocate memory every time we compute
ViewDU.hashTreeRoot()
, find a way to do minimal memory allocation and reuse it over timeAdditional context
te/batch_hash_tree_root
The text was updated successfully, but these errors were encountered: