d4l3k / skeletondbLinks
SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.
☆23Updated 8 years ago
Alternatives and similar repositories for skeletondb
Users that are interested in skeletondb are comparing it to the libraries listed below
Sorting:
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- Storage algorithms.☆38Updated 4 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- File Structures (B+Tree, BTree) for Go☆70Updated 10 years ago
- A high performance in-memory index storage engine☆112Updated this week
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 2 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- A comparison of skip lists written in Go☆54Updated 4 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆47Updated 11 years ago
- Golang implementation of Chord DHT☆35Updated 4 years ago
- Golang port of simdjson