vadiminshakov / committerLinks
Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang
☆40Updated 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☆151Updated 3 years ago
- Storage algorithms.☆38Updated 4 years ago
- ☆34Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆160Updated 2 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.☆264Updated 2 years ago
- ☆80Updated 4 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…☆226Updated 2 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 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
- Examples for Dragonboat☆193Updated last year
- A fast little LRU cache for Go☆174Updated 2 years ago
- Cache benchmark for Golang☆77Updated 2 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 8 months ago
- Golang implements for BigQueue☆61Updated 2 years ago
- Benchmarks for BigCache project☆20Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- Golang simple thread pool implementation☆103Updated 5 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Storing strings without GC overhead☆84Updated last week
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 months ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- Interactive Assembler for Go☆67Updated last year
- A key value storage example powered by hashicorp raft and BadgerDB☆102Updated 7 years ago