enhancementhelp wanted
倉庫指標
- 星標
- (99 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
At first, I use a simple RWMutex to ensure concurrent safety of the skip list. But such global locks are actually very large. For insert and get operations, we only need to lock the left boundary, which is also one of the reasons why skip list is better than red-black tree.