gammazero / radixtreeLinks
adaptive radix tree (a.k.a prefix tree or compact trie)
☆35Updated 10 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
- A spinlock implementation for Go.☆63Updated 4 years ago
- fast int64-int64 map for go☆100Updated 2 months ago
- Storing strings without GC overhead☆85Updated last month
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 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…☆163Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- Expression evaluator for Go☆80Updated 2 weeks ago
- WebSocket for fasthttp☆68Updated 10 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆77Updated last month
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆61Updated 6 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago
- ☆123Updated 2 years ago
- Go programming language port of liburing.☆115Updated 2 years ago
- Sync primitive for golang. Key + Mutex = Kmutex☆38Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Intern Go strings☆97Updated 2 years 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
- A prefix tree implementation in go☆44Updated last year
- A JSON stream parser for Go☆68Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago