igrmk / treemapLinks
Generic sorted map for Go with red-black tree under the hood
☆67Updated 3 years ago
Alternatives and similar repositories for treemap
Users that are interested in treemap are comparing it to the libraries listed below
Sorting:
- Expirable Go LRC\LRU cache without goroutines☆93Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Package for fast copying structs of different types☆52Updated 5 years ago
- ☆123Updated 2 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated last month
- Highly concurrent drop-in replacement for bufio.Writer☆58Updated 8 years ago
- Expression evaluator for Go☆80Updated 2 weeks ago
- Load file-backed memory☆122Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- A highly optimized double-ended queue☆203Updated 2 years ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- Storing strings without GC overhead☆86Updated last month
- Rolling window implementation in go.☆59Updated this week
- Bitset data structure☆169Updated 3 years ago
- Simple string pattern matcher for Go☆136Updated 5 months ago
- Golang utlities to make your life easier with zero allocations☆49Updated 4 months ago
- Go reflection simplified☆103Updated last year
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- a thread-safe concurrent map for go☆100Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A prefix tree implementation in go☆44Updated last year
- ☆80Updated 5 months ago
- 🪡 Dead simple, lightweight tracing.☆90Updated 4 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
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- Enriches the standard go http client with retry functionality.☆57Updated last year