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
Summary LinkedBlockingQueue#put is relatively expensive compared to e.g. ArrayBlockingQueue#offer; using a buffering thread for the handleTransaction --> recordStream handoff will be a significant performance gain.
The text was updated successfully, but these errors were encountered:
Summary
LinkedBlockingQueue#put
is relatively expensive compared to e.g.ArrayBlockingQueue#offer
; using a buffering thread for thehandleTransaction --> recordStream
handoff will be a significant performance gain.The text was updated successfully, but these errors were encountered: