d4l3k / skeletondb
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
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆47Updated 10 years ago
- Storage algorithms.☆38Updated 4 years ago
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- Raft in-memory backend implementation with persistence☆84Updated 4 years ago
- Fuzz Testing for the github.com/hashicorp/raft library☆29Updated 2 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 4 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- File Structures (B+Tree, BTree) for Go☆70Updated 9 years ago
- A comparison of skip lists written in Go☆54Updated 3 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- A port of Stream VByte to Go☆35Updated 3 years ago
- A high performance in-memory index storage engine☆111Updated 3 months ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- A tool for reading Go core files☆16Updated 7 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Algo exposes the same hashing algorithms used by the Go runtime.☆14Updated 7 years ago
- Software Transactional Locks☆30Updated 4 years ago
- Golang port of simdjson☆86Updated 5 years ago
- A simple and efficient LRU cache package for Go☆37Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- A key/value database for the Phoenix Golang Meetup's Build a Database Server challenge.☆28Updated 6 years ago
- A high-performance, memory-efficient concurrent hash table☆36Updated 11 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated last month