Closed bobg closed 3 days ago
This report was generated by Modver, a Go package and command that helps you obey semantic versioning rules in your Go module.
This PR does not require a change in your module’s version number. (You might still consider bumping the patchlevel anyway.)
This PR adds a couple of optimizations based on the commutativity of
comparer.identical
.(Specifically, if type pair a,b is not found in the cache, look for b,a too.)
Also switch from pkg/errors to bobg/errors, and refactor the main test to add a benchmark. Benchstat output: