vadiminshakov / committerLinks
Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang
☆38Updated 3 weeks ago
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.☆263Updated 2 years ago
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- Examples for Dragonboat☆191Updated 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.☆220Updated last year
- Storage algorithms.☆38Updated 4 years ago
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆48Updated 6 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 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
- Fast and easy-to-use skip list for Go.☆426Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 9 months ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Go implementation of the Gossip protocol☆143Updated last year
- ☆34Updated 4 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 7 months ago
- Example code for how to get hashicorp/raft running with gRPC☆230Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 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…☆225Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- TinyLFU cache admission policy☆267Updated 9 months ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 6 years ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆144Updated 9 months ago