YuriyNasretdinov / chukchaLinks
Easy to use distributed event bus similar to Kafka
☆95Updated 3 years ago
Alternatives and similar repositories for chukcha
Users that are interested in chukcha are comparing it to the libraries listed below
Sorting:
- Distributed key-value database in Go☆44Updated 5 years ago
- 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…☆226Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 8 months ago
- B-tree implementation for Go☆239Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- Algorithms, 4th Edition, Go version☆187Updated 10 months ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆277Updated 10 months ago
- Checklist for code reviews☆158Updated 4 years ago
- Cache benchmark for Golang☆77Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆223Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 months ago
- ☆121Updated 4 years ago
- ☆71Updated 2 years ago
- (educational) build your own disk based KV store in Go☆252Updated last year
- A basic Raft implementation in Go.☆231Updated last year
- A highly optimized double-ended queue☆202Updated 2 years ago
- ☆123Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 6 months ago
- ☆255Updated 2 weeks 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.☆264Updated 2 years ago
- A repo full of interview question implementations in golang.☆107Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 3 years ago
- A distributed message queue.☆125Updated 5 months ago
- Go lang implementation of saga pattern☆170Updated last year