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
Instead of having a static lock to provide thread safety for the
generator used by SkipList, the change models a lockedSource off of Go
stdlib's globalRand source. This is primarily a code refactor, but does
allow for locking at a smaller granularity.
0 commit comments