igrmk / treemapLinks
Generic sorted map for Go with red-black tree under the hood
☆65Updated 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
- Storing strings without GC overhead☆84Updated last month
- Fastest and most efficient goroutine pool (experimental)☆139Updated 3 years ago
- Bitset data structure☆167Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆90Updated last month
- Rolling window implementation in go.☆58Updated 3 weeks ago
- Simple string pattern matcher for Go☆134Updated 2 months ago
- Expression evaluator for Go☆77Updated 7 months ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- Load file-backed memory☆122Updated 3 years ago
- ☆123Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Raft backend implementation using BadgerDB☆119Updated 2 years ago
- A better Generic Pool (sync.Pool)☆68Updated 6 months ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 8 months ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- System V shared memory functions in pure Go.☆134Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago
- A highly optimized double-ended queue☆201Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Off heap golang memory pool☆60Updated 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
- The `io_uring` library and runtime for GO☆151Updated 6 months ago
- Fast Concurrent / Parallel Sorting in Go☆141Updated 2 months ago
- ☆80Updated 2 months 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
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- Golang LRU cache with expire feature.☆66Updated last year