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:
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆92Updated last month
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆123Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆58Updated 8 years ago
- ☆80Updated 4 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Bitset data structure☆168Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Rolling window implementation in go.☆59Updated 3 weeks ago
- Fast Concurrent / Parallel Sorting in Go☆143Updated 4 months ago
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- WebSocket for fasthttp☆68Updated 10 months ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- Simple string pattern matcher for Go☆136Updated 4 months ago
- Golang utlities to make your life easier with zero allocations☆49Updated 3 months ago
- 🪡 Dead simple, lightweight tracing.☆90Updated 4 years ago
- Package for fast copying structs of different types☆52Updated 5 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Go reflection simplified☆102Updated last year
- Expression evaluator for Go☆78Updated last week
- fast int64-int64 map for go☆99Updated 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
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 10 months ago
- Golang LRU cache with expire feature.☆66Updated last year
- System V shared memory functions in pure Go.☆134Updated last year