igrmk / treemap
Generic sorted map for Go with red-black tree under the hood
☆63Updated 3 years ago
Alternatives and similar repositories for treemap:
Users that are interested in treemap are comparing it to the libraries listed below
- Rolling window implementation in go.☆57Updated 3 weeks ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆48Updated 2 months ago
- A prefix tree implementation in go☆42Updated last year
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- Go reflection simplified☆101Updated 6 months ago
- Load file-backed memory☆122Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆100Updated 3 months ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 3 weeks ago
- Go 1.18+ generic tuple☆91Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- ☆120Updated last year
- Pipelines using goroutines☆57Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A highly optimized double-ended queue☆195Updated last year
- Fast and Scalable RPC Framework☆43Updated last year
- Zero-allocation type-safe pool for Go☆232Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- TryLock support on read-write lock for Golang☆36Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆57Updated last year
- adaptive radix tree (a.k.a prefix tree or compact trie)☆32Updated last month
- The Go library that will drive you to AOP world!☆55Updated 2 years ago
- a thread-safe concurrent map for go☆94Updated last year
- A better Generic Pool (sync.Pool)☆63Updated 3 weeks ago
- Raft backend implementation using BadgerDB☆118Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last week