rdleal / intervalst
Golang generic Interval Search Tree
☆32Updated 2 months ago
Alternatives and similar repositories for intervalst:
Users that are interested in intervalst are comparing it to the libraries listed below
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Fast integer map for uint32-to-uint32☆28Updated 3 months ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.☆26Updated 3 years ago
- Sync primitive for golang. Key + Mutex = Kmutex☆35Updated 3 months ago
- wyhash fast non-cryptographic string hash☆35Updated 4 years ago
- A better Generic Pool (sync.Pool)☆52Updated last month
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- A Go test harness that starts an ephemeral PostgreSQL server☆33Updated last month
- Expirable Go LRC\LRU cache without goroutines☆84Updated 2 months ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆84Updated 4 months ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆16Updated 3 years ago
- Expression evaluator for Go