You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
computeKey is one of the places where we compute the most hashes that would benefit from avoiding memory allocations (since they're numerous and small), and yet the new HashWriter is not in use there:
computeKey
is one of the places where we compute the most hashes that would benefit from avoiding memory allocations (since they're numerous and small), and yet the new HashWriter is not in use there:nimbus-eth1/execution_chain/db/aristo/aristo_compute.nim
Line 146 in 232e756
The text was updated successfully, but these errors were encountered: