gammazero / radixtreeLinks
adaptive radix tree (a.k.a prefix tree or compact trie)
☆34Updated 6 months ago
Alternatives and similar repositories for radixtree
Users that are interested in radixtree are comparing it to the libraries listed below
Sorting:
- simple data streams for go☆31Updated 3 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Storing strings without GC overhead☆84Updated 2 weeks ago
- Expression evaluator for Go☆77Updated 6 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- A golang zero-allocation HTTP parser (and eventually http server)☆77Updated 10 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- The `io_uring` library and runtime for GO☆149Updated 5 months ago
- ☆30Updated 2 years ago
- Package with auto-vectorized math functions for Go☆27Updated 3 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Go programming language port of liburing.☆111Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Simple string pattern matcher for Go☆132Updated 3 weeks 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 buffer pool file I/O library for Go☆55Updated 3 years ago
- Golang radix tree implementation☆35Updated 6 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆55Updated 2 months ago
- ☆79Updated last month
- Raft backend implementation using BadgerDB☆118Updated 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 Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Fast, type-safe task orchestration , designed for efficient concurrent processing and asynchronous operations.☆16Updated 2 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years ago
- A JSON stream parser for Go☆68Updated 3 years ago