vadiminshakov / committerLinks
Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang
☆41Updated last week
Alternatives and similar repositories for committer
Users that are interested in committer are comparing it to the libraries listed below
Sorting:
- 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 collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 9 months 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…☆225Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆151Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 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.☆222Updated last year
- A simplified implementation for log structured merge tree.☆62Updated 5 years ago
- Examples for Dragonboat☆193Updated last year
- Cache benchmark for Golang☆77Updated 2 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 3 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- ☆34Updated 4 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆160Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 3 months ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Updated 10 months ago
- Example code for how to get hashicorp/raft running with gRPC☆231Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Storage algorithms.☆38Updated 4 years ago
- ☆123Updated 2 years ago
- Go implementation of the Gossip protocol☆143Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- Golang simple thread pool implementation☆103Updated 5 years ago
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Checklist for code reviews☆157Updated 4 years ago
- Golang rate limiter for distributed system☆50Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 8 months ago