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:
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 11 months ago
- 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
- A simple In-Memory Data Grid in Go☆73Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 weeks ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- ☆121Updated 2 years ago
- Expression evaluator for Go☆76Updated 4 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- The `io_uring` library and runtime for GO☆136Updated 3 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆32Updated 4 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- An offheap memory allocator for manual memory management in Golang☆26Updated 2 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- ☆28Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆66Updated 3 years ago
- Ordered codes for database keys☆41Updated last year
- Golang lock-free Hashmap and List☆70Updated 2 years ago
- Go programming language port of liburing.☆108Updated last year
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆82Updated 6 months ago