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:
- 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
- ☆123Updated 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- The `io_uring` library and runtime for GO☆157Updated 8 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 8 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- A spinlock implementation for Go.☆63Updated 4 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆66Updated 3 years ago
- Go programming language port of liburing.☆115Updated 2 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆35Updated 10 months ago
- Pure Go SQL parser based on the SQLite SQL definition☆174Updated last week
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆119Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Off heap golang memory pool☆60Updated 4 years ago
- Storing strings without GC overhead☆85Updated last month
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Expr – a tiny stack-based virtual machine written in Go☆32Updated 4 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- Golang k-D tree implementation with duplicate coordinate support☆51Updated 3 years ago
- Go assembly transpiler for C programming language support amd64, arm64, riscv64, and loong64☆110Updated last week