aarthikrao / wal
Simple and efficient WAL implementation in Go π
β60Updated 11 months ago
Alternatives and similar repositories for wal:
Users that are interested in wal are comparing it to the libraries listed below
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Dataβ35Updated last year
- An offheap memory allocator for manual memory management in Golangβ25Updated 2 months ago
- An inverted bitmap index written in Go.β27Updated 2 years ago
- A fast file-based priority queueβ58Updated last year
- An Adaptive Radix Tree (ART) implementation in Goβ81Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable π₯β98Updated 6 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.β67Updated 9 months ago
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to existβ42Updated last year
- A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.β28Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocationsβ70Updated 4 months ago
- Expression evaluator for Goβ72Updated last month
- β28Updated last year
- go2 generics experiment in building generic augmented BTree data structuresβ24Updated 3 years ago
- β12Updated last year
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store packageβ35Updated 6 months ago
- Pratt parser implementation in Goβ44Updated 2 years ago
- Highly scalable, single/multi node, sortable, predictable and incremental unique id generator with zero allocation magic on the sequentiaβ¦β34Updated last year
- This returns the name of the calling function/package with no allocations.β14Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithmβ71Updated 2 years ago
- Simple internal event bus for Go applications