arriqaaq / artLinks
An Adaptive Radix Tree (ART) implementation in Go
☆83Updated 2 years ago
Alternatives and similar repositories for art
Users that are interested in art are comparing it to the libraries listed below
Sorting:
- A simple In-Memory Data Grid in Go☆76Updated 3 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
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- Golang lock-free Hashmap and List☆71Updated 3 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆34Updated 8 months ago
- ☆123Updated 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 4 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 11 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 6 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package☆36Updated last year
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆65Updated 3 years ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Pure Go SQL parser☆172Updated 2 weeks ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- simple data streams for go☆31Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 11 months ago
- Go assembly transpiler for C programming language☆108Updated 2 weeks ago
- The `io_uring` library and runtime for GO☆151Updated 7 months ago
- Storing strings without GC overhead☆84Updated 2 months ago
- Go programming language port of liburing.☆113Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- fast int64-int64 map for go☆98Updated 3 weeks ago