vadiminshakov / committerLinks
Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang
☆38Updated this week
Alternatives and similar repositories for committer
Users that are interested in committer are comparing it to the libraries listed below
Sorting:
- A collection of best practices and lessons learnt from applying concurrency in go.☆108Updated 3 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- ☆34Updated 4 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Storage algorithms.☆38Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- Cache benchmark for Golang☆74Updated last year
- on-disk hash table(mainly for WAL).☆28Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- In memory sharded cache implementation☆34Updated 4 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.☆260Updated 2 years ago
- Straightforward implementation of Raft Consensus☆65Updated 4 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- An effective time-series data compression/decompression method based on Facebook's Gorilla.☆73Updated 3 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 6 years ago
- Send gRPCs to your Raft leader☆21Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆27Updated 3 years ago
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆157Updated last year
- A sync.WaitGroup with error handling and concurrency control☆49Updated 7 months ago
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆33Updated last year
- A fast, threadsafe skip list in Go☆267Updated 3 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 last year
- ☆29Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 8 months ago
- Examples for Dragonboat☆186Updated 11 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated 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.☆213Updated 10 months ago