YuriyNasretdinov / distribkv
Distributed key-value database in Go
☆43Updated 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☆92Updated 2 years ago
- A simplified implementation for log structured merge tree.☆60Updated 4 years ago
- Log-structured merge-tree☆28Updated last year
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- Distributed Computing with Go, published by Packt☆71Updated last year
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang☆32Updated 2 weeks ago
- B-tree implementation for Go☆235Updated 2 years ago
- Algorithms, 4th Edition, Go version☆184Updated this week
- A collection of best practices and lessons learnt from applying concurrency in go.☆100Updated 3 months ago
- Examples for Dragonboat☆186Updated 5 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆244Updated last week
- 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…☆222Updated last year
- Go implementation of B plus tree☆33Updated 2 years ago
- Example code for how to get hashicorp/raft running with gRPC☆214Updated 5 months ago
- Template repository to work on the labs from MIT 6.824 Distributed Systems course.☆59Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆198Updated 4 months ago
- B+ tree in pure Go.☆93Updated 9 years ago
- A buffer pool file I/O library for Go☆54Updated 2 years ago
- A slick BTree on disk based key value store implemented in pure Go☆143Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆397Updated 3 months ago
- Cache benchmark for Golang☆69Updated last year
- ☆117Updated last year
- Experiments with Go generics☆96Updated 3 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 months ago
- 使用 Golang 解答 LeetCode☆60Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- grpc log service example project☆191Updated 3 months ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆39Updated 5 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆250Updated last year
- Write ahead log for Go.☆629Updated 2 months ago