Releases: bobg/hashsplit
Releases · bobg/hashsplit
V2 API using Go 1.23 iterators
What's Changed
This is a very different API from V1, and dramatically simpler. It is designed around the range-over-function feature introduced in Go 1.23, a.k.a. iterators.
API changes aside, the hashsplit boundaries and hashsplit-tree shapes computed by this module are the same as before.
Full Changelog: v1.1.3...v2.0.0