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
Is any benchmarking available for this circuit breaker? Will it help to use sync/atomic to keep the counts instead of using mutex for locking?
Or are there some race conditions not satisfied by sync/atomic that I am overlooking.
The text was updated successfully, but these errors were encountered:
HarshKumar17
changed the title
Why not use aync/atomic for incrementing and loading/storing the counts?
Will using aync/atomic for incrementing and loading/storing the counts improve performance?
May 6, 2024
Is any benchmarking available for this circuit breaker? Will it help to use sync/atomic to keep the counts instead of using mutex for locking?
Or are there some race conditions not satisfied by sync/atomic that I am overlooking.
The text was updated successfully, but these errors were encountered: