Releases: kamstrup/intmap
Releases · kamstrup/intmap
0.5.1 - 32 bit fixes
0.5.0
0.4.0
0.3.0
Changes
- New
intmap.Set[K]
type modelling a set. All just syntactic sugar on top ofMap[K, struct{}]
- Nil maps and sets can be read from. Has, Get, Len, and ForEach are valid on nil receivers, like standard Go maps are
Full Changelog: v0.2.0...v0.3.0
0.2.0
Fixed go.mod
No code changes since 0.1.0, just fixing go.mod
First preview release
APIs might still be in flux and I might have introduced some bugs, but tests and benchmarks are looking good <3