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
- Expirable Go LRC\LRU cache without goroutines☆89Updated last month
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 8 months ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- Bitset data structure☆166Updated 2 years ago
- Storing strings without GC overhead☆84Updated last month
- A highly optimized double-ended queue☆201Updated 2 years ago
- Package for fast copying structs of different types☆53Updated 4 years ago
- Simple string pattern matcher for Go☆132Updated last month
- a thread-safe concurrent map for go☆98Updated last year
- 🪡 Dead simple, lightweight tracing.☆89Updated 4 years ago
- Rolling window implementation in go.☆58Updated last week
- ☆122Updated 2 years ago
- Expression evaluator for Go☆77Updated 6 months ago
- ☆79Updated last month
- Load file-backed memory☆121Updated 3 years ago
- Eventually consistent distributed in-memory cache Go library☆162Updated 2 years ago
- A prefix tree implementation in go☆43Updated last year
- Go reflection simplified☆102Updated 11 months ago
- Fast Concurrent / Parallel Sorting in Go☆139Updated 2 months ago
- Go client library for Pilosa☆57Updated 3 years ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 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
- Golang LRU cache with expire feature.☆66Updated last year
- ⚡️ lock-free utilities in Go☆162Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago