gammazero / radixtreeLinks
adaptive radix tree (a.k.a prefix tree or compact trie)
☆35Updated 9 months ago
Alternatives and similar repositories for radixtree
Users that are interested in radixtree are comparing it to the libraries listed below
Sorting:
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Storing strings without GC overhead☆84Updated last week
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- fast int64-int64 map for go☆98Updated last month
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- ☆123Updated 2 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
- Go programming language port of liburing.☆113Updated 2 years ago
- Expression evaluator for Go☆78Updated 8 months ago
- simple data streams for go☆31Updated 3 years ago
- The `io_uring` library and runtime for GO☆152Updated 7 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Fast, type-safe task orchestration , designed for efficient concurrent processing and asynchronous operations.☆16Updated 5 months ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated last year
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆79Updated 11 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Package with auto-vectorized math functions for Go☆29Updated 5 months ago
- MUS format serializer for Go☆120Updated last month
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆39Updated 2 weeks ago