healeycodes / bitcask-liteLinks
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
☆26Updated 3 years ago
Alternatives and similar repositories for bitcask-lite
Users that are interested in bitcask-lite are comparing it to the libraries listed below
Sorting:
- Off heap golang memory pool☆60Updated 4 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆44Updated 5 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 9 years ago
- Implementation of git internals from scratch in Go language☆50Updated 3 years ago
- ☆34Updated 4 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 3 years ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆102Updated 3 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆64Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- ViewStamped Replication implementation in Go☆42Updated 2 years ago
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆48Updated 6 years ago
- Storage algorithms.☆38Updated 4 years ago
- Scheduler of events for near real-time systems☆31Updated 5 months ago
- Generate Go Plan9 assembly from C code☆40Updated 7 months ago
- Interactive Assembler for Go☆69Updated last year
- ☆123Updated 2 years ago
- A Go library implementing a FST (finite state transducer)☆213Updated 2 weeks ago
- Fast event-loop networking for Go (the lite version)☆71Updated 5 years ago
- A race detector for Golang☆12Updated 6 years ago
- Pure Go SQL parser based on the SQLite SQL definition☆175Updated last week
- SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.☆52Updated 3 years ago
- Benchmark utility for the tidwall/btree Go package☆24Updated 2 years ago
- A high performance in-memory index storage engine☆113Updated last month
- Minimal hashicorp/raft example☆41Updated 7 months ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Updated 11 months ago
- Redis compatible server framework for C☆59Updated last year
- Nothing to see here yet ...☆12Updated 7 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆364Updated last month
- Many queue implementations with a test-suite☆11Updated 3 years ago
- How query engine work golang port for learning purpose☆23Updated 4 years ago