gammazero / radixtreeLinks
adaptive radix tree (a.k.a prefix tree or compact trie)
☆34Updated 7 months ago
Alternatives and similar repositories for radixtree
Users that are interested in radixtree are comparing it to the libraries listed below
Sorting:
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- simple data streams for go☆31Updated 3 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- fast int64-int64 map for go☆98Updated last week
- A spinlock implementation for Go.☆62Updated 4 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years 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
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Make hashicorp/raft communicate over gRPC☆51Updated last year
- The `io_uring` library and runtime for GO☆151Updated 6 months ago
- Fast Concurrent / Parallel Sorting in Go☆141Updated 3 months ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Go programming language port of liburing.☆112Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 10 months ago
- A better Generic Pool (sync.Pool)☆68Updated 7 months ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Generic and fast binary serializer for Go☆232Updated last year
- Demo API to play with io_uring in Go☆64Updated 5 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 3 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- Simple, lightweight and ultra-fast HTTP Cache to speed up your websites☆67Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆78Updated 10 years ago
- Load file-backed memory☆122Updated 3 years ago