vadiminshakov / committerLinks
Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang
☆38Updated last week
Alternatives and similar repositories for committer
Users that are interested in committer are comparing it to the libraries listed below
Sorting:
- A slick BTree on disk based key value store implemented in pure Go☆149Updated 3 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 5 months ago
- 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:☆104Updated 7 months ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆159Updated 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.☆218Updated last year
- Cache benchmark for Golang☆75Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆261Updated 2 years ago
- Examples for Dragonboat☆189Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Go implementation of the Gossip protocol☆141Updated 10 months ago
- Eventually consistent distributed in-memory cache Go library☆161Updated 2 years ago
- ☆78Updated 3 weeks ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆39Updated 6 years ago
- Storage algorithms.☆38Updated 4 years ago
- B+ tree in pure Go.☆94Updated 10 years ago
- TinyLFU cache admission policy☆266Updated 7 months ago
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 3 years ago
- Package for getting the runtime ID of a goroutine☆49Updated last year
- A fast, threadsafe skip list in Go☆268Updated 3 years ago
- A Go port of Apache Lucene(Go版Lucene)☆61Updated this week
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- B-tree implementation for Go☆239Updated 3 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- Straightforward implementation of Raft Consensus☆66Updated 4 years ago
- Golang simple thread pool implementation☆104Updated 5 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆274Updated 7 months ago