arriqaaq / art
An Adaptive Radix Tree (ART) implementation in Go
☆79Updated last year
Alternatives and similar repositories for art:
Users that are interested in art are comparing it to the libraries listed below
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆64Updated 5 months ago
- ☆117Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆85Updated 4 months ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated 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…☆156Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- Simple and efficient WAL implementation in Go 🚀☆56Updated 8 months ago
- Ordered codes for database keys☆41Updated 6 months ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 weeks ago
- Expression evaluator for Go☆67Updated 10 months ago
- The `io_uring` library and runtime for GO☆126Updated 2 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- Load file-backed memory☆121Updated 2 years ago
- Go programming language port of liburing.☆100Updated last year
- Expr – a tiny stack-based virtual machine written in Go☆31Updated 3 years ago
- Many queue implementations with a test-suite☆11Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆112Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆69Updated 3 years ago
- Allows to mark Go enum types as exhaustive.☆33Updated 4 months ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Basic Markdown parser and HTML generator☆88Updated last month
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆66Updated last month
- fast int64-int64 map for go☆95Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago