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 collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 6 months ago
- ☆34Updated 4 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- Cache benchmark for Golang☆76Updated 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.☆262Updated 2 years ago
- Examples for Dragonboat☆189Updated last year
- Storage algorithms.☆38Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 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.☆220Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- A fast, threadsafe skip list in Go☆269Updated 4 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Fast and easy-to-use skip list for Go.☆424Updated last year
- TinyLFU cache admission policy☆266Updated 8 months ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 8 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆105Updated 2 weeks 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
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆159Updated 2 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- Go implementation of the Gossip protocol☆143Updated 11 months ago
- B-tree implementation for Go☆239Updated 3 years ago
- Example code for how to get hashicorp/raft running with gRPC☆229Updated last year
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago