Skip to content

Releases: bobg/hashsplit

V2 API using Go 1.23 iterators

28 Aug 14:15
a2918d6
Compare
Choose a tag to compare

What's Changed

  • V2 API using Go 1.23 iterators by @bobg in #4

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