arriqaaq / artLinks
An Adaptive Radix Tree (ART) implementation in Go
☆83Updated last year
Alternatives and similar repositories for art
Users that are interested in art are comparing it to the libraries listed below
Sorting:
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years 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…☆163Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆123Updated 2 years ago
- Simple and efficient WAL implementation in Go 🚀☆60Updated last year
- Go programming language port of liburing.☆111Updated 2 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆34Updated 7 months ago
- Pure Go SQL parser☆164Updated 3 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆55Updated 3 months ago
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- The `io_uring` library and runtime for GO☆151Updated 5 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 10 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆207Updated 2 years ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 7 months ago
- Scheduler of events for near real-time systems☆30Updated 2 months ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆36Updated last year
- Storing strings without GC overhead☆84Updated last month
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆40Updated 2 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 6 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated 2 weeks ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆84Updated 9 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago