cantabular / faststringmapLinks
A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.
☆67Updated 10 months ago
Alternatives and similar repositories for faststringmap
Users that are interested in faststringmap are comparing it to the libraries listed below
Sorting:
- Expression evaluator for Go☆74Updated 2 months ago
- A set of performant rate limiters for Go☆91Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- A sharded wrapper for golang.org/x/sync/singleflight for high contention enviroments☆70Updated 3 years ago
- MUS format serializer for Golang☆114Updated last week
- ☆33Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 months ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆50Updated last year
- scan sql rows into any type powered by generics☆65Updated last year
- A spinlock implementation for Go.