gammazero / radixtreeLinks
adaptive radix tree (a.k.a prefix tree or compact trie)
☆34Updated 8 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
- Go programming language port of liburing.☆113Updated 2 years ago
- Storing strings without GC overhead☆84Updated 2 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
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 4 months ago
- simple data streams for go☆31Updated 3 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- fast int64-int64 map for go☆98Updated 3 weeks ago
- The `io_uring` library and runtime for GO☆151Updated 7 months ago
- A golang zero-allocation HTTP parser (and eventually http server)☆78Updated 11 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Expression evaluator for Go☆77Updated 8 months ago
- ☆123Updated 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
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- MUS format serializer for Go☆119Updated last month
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 11 months ago
- Fast integer map for uint32-to-uint32☆32Updated 5 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- ☆30Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Go assembly transpiler for C programming language☆108Updated 2 weeks ago
- Demo API to play with io_uring in Go☆64Updated 5 years ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 6 months ago