arriqaaq / artLinks
An Adaptive Radix Tree (ART) implementation in Go
☆81Updated last year
Alternatives and similar repositories for art
Users that are interested in art are comparing it to the libraries listed below
Sorting:
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last month
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- ☆122Updated 2 years ago
- Go programming language port of liburing.☆108Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆136Updated 3 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- The `io_uring` library and runtime for GO☆141Updated 3 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 8 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆33Updated 5 months ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆65Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 5 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Expression evaluator for Go☆77Updated 4 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆37Updated last year
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- Pure Go SQL parser☆163Updated last month
- Off heap golang memory pool☆60Updated 4 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 9 months ago
- a fast counting quotient filter implementation in golang☆95Updated 3 years ago