d4l3k / skeletondbLinks
SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.
☆23Updated 9 years ago
Alternatives and similar repositories for skeletondb
Users that are interested in skeletondb are comparing it to the libraries listed below
Sorting:
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆77Updated 6 years ago
- Storage algorithms.☆38Updated 4 years ago
- A comparison of skip lists written in Go☆54Updated 4 years ago
- B+ tree in memory with mvcc support☆18Updated 7 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆48Updated 11 years ago
- File Structures (B+Tree, BTree) for Go☆69Updated 10 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- A high performance in-memory index storage engine☆113Updated 2 weeks ago
- An log structured merge tree varient of nitro storage engine☆29Updated 9 years ago
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 3 weeks ago
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- ☆34Updated 4 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Hybrid Logical Clocks in Go☆44Updated 8 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- Distributed mmap☆41Updated 9 years ago
- A GRPC transport for the Raft protocol in Go.☆27Updated 2 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 5 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Golang implementation of Chord DHT☆35Updated 4 years ago
- Golang port of simdjson☆86Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 6 years ago
- Benchmarking for custom Redis commands and modules☆34Updated 4 years ago
- Implementation of the CRUSH Algorithm in Go☆32Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago