igrmk / treemapLinks
Generic sorted map for Go with red-black tree under the hood
☆66Updated 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
- Simple string pattern matcher for Go☆134Updated 3 months ago
- ☆123Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Expirable Go LRC\LRU cache without goroutines☆90Updated 2 weeks ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 10 months ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- Load file-backed memory☆122Updated 3 years ago
- Bitset data structure☆168Updated 2 years ago
- Storing strings without GC overhead☆84Updated this week
- Expression evaluator for Go☆78Updated 8 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Golang utlities to make your life easier with zero allocations☆48Updated 2 months ago
- A highly optimized double-ended queue☆202Updated 2 years ago
- A better Generic Pool (sync.Pool)☆69Updated 8 months ago
- ☆80Updated 4 months ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Faster base64 encoding for Go☆184Updated 2 years ago
- Go reflection simplified☆102Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 8 years ago
- Rolling window implementation in go.☆58Updated last week
- 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
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago