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
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Fix nodebatcher to be simpler and more efficient (#487)
The current node batcher implementation is both overly complex and not very efficient. This simplifies the code by just using a simple mutex, which also improves its performance a great deal.
0 commit comments