tidwall / walLinks
Write ahead log for Go.
☆706Updated 5 months ago
Alternatives and similar repositories for wal
Users that are interested in wal are comparing it to the libraries listed below
Sorting:
- High Availability Raft Framework for Go☆662Updated last month
- Adaptive Radix Trees implemented in Go☆411Updated 2 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆620Updated this week
- Example code for how to get hashicorp/raft running with gRPC☆231Updated last year
- Simple dense bitmap index in Go with binary operators☆374Updated 7 months ago
- Consistent hashing with bounded loads in Golang☆767Updated 2 years ago
- Golang port of Abseil's SwissTable☆828Updated 11 months ago
- Fast and easy-to-use skip list for Go.☆431Updated last year
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆385Updated last week
- Fastest and most memory efficient golang concurrent hashmap☆1,028Updated last year
- Embedded key-value store for read-heavy workloads written in Go☆1,350Updated 3 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- Go port of Google's Swiss Table hash table☆469Updated last month
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 months 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
- 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
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 3 years ago
- Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, Po…☆821Updated 2 months ago
- Provides easy-to-use async IO interface with io_uring☆690Updated 2 years ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆694Updated last year
- ☆260Updated this week
- An immutable radix tree implementation in Golang☆1,086Updated 2 weeks ago
- Raft backend implementation using BoltDB☆700Updated 3 weeks ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆434Updated 2 years ago
- A portable mmap package for Go☆1,086Updated last year
- Golang rate limiters for distributed applications☆615Updated this week
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Anti-memory-waste byte buffer pool☆1,322Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆281Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago