YuriyNasretdinov / distribkv
Distributed key-value database in Go
☆42Updated 4 years ago
Alternatives and similar repositories for distribkv:
Users that are interested in distribkv are comparing it to the libraries listed below
- Easy to use distributed event bus similar to Kafka☆95Updated 2 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 6 years ago
- Distributed Computing with Go, published by Packt☆72Updated 2 years ago
- B-tree implementation for Go☆235Updated 3 years ago
- A key-value persistent database that supports SQL queries over B+ and LSM trees☆30Updated 3 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- Log-structured merge-tree☆29Updated 2 years ago
- A slick BTree on disk based key value store implemented in pure Go☆145Updated 2 years ago
- B+ tree in pure Go.☆93Updated 9 years ago
- 使用 Golang 解答 LeetCode☆62Updated last year
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆223Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- ☆35Updated 4 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆256Updated last month
- Hands-On Dependency Injection in Go, published by Packt☆143Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆105Updated 6 months ago
- ☆16Updated 9 years ago
- Go implementation of B plus tree☆33Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆405Updated 6 months ago
- Example code for how to get hashicorp/raft running with gRPC☆216Updated 8 months ago
- A Golang library for the textbook Algorithms, 4th edition☆184Updated 3 years ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆59Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- "Writing An Interpreter in Go" and "Wring A Compiler in Go"☆225Updated 6 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆177Updated 11 months ago
- (educational) build your own disk based KV store in Go☆226Updated 10 months ago