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
Simplified increment operations for _head and _count in ConcurrentCircularBuffer. Combined increment and comparison for _head and used pre-increment for _count to improve code clarity.
0 commit comments