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
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 3 months ago
- ☆123Updated 2 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆34Updated 7 months ago
- Go programming language port of liburing.☆112Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 6 months ago
- Expression evaluator for Go☆77Updated 7 months ago
- The `io_uring` library and runtime for GO☆151Updated 6 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆65Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 10 months ago
- Pure Go SQL parser☆167Updated 4 months ago
- fast int64-int64 map for go☆98Updated last week
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Go assembly transpiler for C programming language☆107Updated 2 months ago
- Load file-backed memory☆122Updated 3 years ago
- a fast counting quotient filter implementation in golang☆96Updated last month
- Raft backend implementation using BadgerDB☆119Updated 2 years ago
- A high availability Sqlite service☆30Updated 4 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- A Go library implementing a FST (finite state transducer)☆212Updated 10 months ago