lizzy-0323/oasisdb

feat: skiplist enhancement for lsm tree based kv storage

開放

#48 建立於 2025年7月15日

 (0 則留言) (0 個反應) (0 位負責人)Go (16 個分叉)auto 404
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.

貢獻者指南