tidwall / wal
Write ahead log for Go.
☆636Updated 3 months ago
Alternatives and similar repositories for wal:
Users that are interested in wal are comparing it to the libraries listed below
- High Availability Raft Framework for Go☆616Updated last month
- Golang port of Abseil's SwissTable☆818Updated 7 months ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Embedded key-value store for read-heavy workloads written in Go☆1,317Updated last month
- Consistent hashing with bounded loads in Golang☆718Updated last year
- Zero-allocation reflection library for Go☆555Updated last year
- Raft backend implementation using BoltDB☆671Updated this week
- Provides easy-to-use async IO interface with io_uring☆609Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆484Updated 5 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆536Updated 2 months ago
- Simple dense bitmap index in Go with binary operators☆321Updated last year
- Golang implementation of Radix trees☆901Updated 7 months ago
- reflect api without runtime reflect.Value cost☆777Updated 7 months ago
- Fastest and most memory efficient golang concurrent hashmap☆975Updated 3 months ago
- Adaptive Radix Trees implemented in Go☆383Updated 2 months ago
- An immutable radix tree implementation in Golang☆1,026Updated this week
- RocksDB wrapper for Go. Support 9.x, 8.x, 7.x, 6.x, etc☆330Updated last month
- XXH3 algorithm in Go☆427Updated 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.☆252Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆217Updated 6 months ago
- B-tree implementation for Go☆1,082Updated 8 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆254Updated 3 weeks ago
- Concurrent data structures for Go☆1,178Updated this week
- Go concurrent-safe, goroutine-safe, thread-safe queue☆414Updated last year
- dque is a fast, embedded, durable queue for Go☆779Updated 3 months 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.☆202Updated 5 months ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,820Updated last year
- Go package implementing bitsets☆1,382Updated 2 weeks ago