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
We've lost ~5% of performance in BlockStreamManagerImpl#openRound. Specifically, opening the writer for each round here is expensive. We want to safely parallelize the initialization of the buffers inside the writer.
The text was updated successfully, but these errors were encountered:
We've lost ~5% of performance in
BlockStreamManagerImpl#openRound
. Specifically, opening the writer for each round here is expensive. We want to safely parallelize the initialization of the buffers inside the writer.The text was updated successfully, but these errors were encountered: