Jille / raft-grpc-exampleLinks
Example code for how to get hashicorp/raft running with gRPC
☆230Updated last year
Alternatives and similar repositories for raft-grpc-example
Users that are interested in raft-grpc-example are comparing it to the libraries listed below
Sorting:
- Write ahead log for Go.☆687Updated 2 months ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆378Updated 3 weeks ago
- experimental raft storage☆107Updated last week
- High Availability Raft Framework for Go☆651Updated 3 months ago
- ☆253Updated last week
- Examples for Dragonboat☆192Updated last year
- Consistent hashing with bounded loads in Golang☆753Updated 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.☆220Updated last year
- ⚡️ lock-free utilities in Go☆162Updated 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.☆263Updated 2 years ago
- Provides easy-to-use async IO interface with io_uring☆668Updated last year
- Simple dense bitmap index in Go with binary operators☆367Updated 4 months ago
- Raft backend implementation using BoltDB☆694Updated this week
- Adaptive Radix Trees implemented in Go☆405Updated 10 months ago
- Fast and easy-to-use skip list for Go.☆426Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆602Updated 7 months ago
- Go port of Google's Swiss Table hash table☆458Updated 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…☆225Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆376Updated last year
- Clone of golang/groupcache with TTL and Item Removal support☆528Updated 6 months ago
- TinyLFU cache admission policy☆267Updated 9 months ago
- Git mirror of launchpad.net/gommap with additional patches.☆138Updated last year
- ☆123Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆290Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆226Updated last year
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆144Updated 9 months ago
- Golang port of Abseil's SwissTable☆828Updated 8 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆277Updated 9 months ago