-
v1.1.6
release v1.1.6 Thank you @aykevl for making this more portable.
-
v1.1.5
v1.1.5: addresses issue pointed out in golang/go#40701
-
v1.1.3
v1.1.3: re-introduce reflect for absolute rule following; fix non-amd64 non-amd64 had a missing import, which was a silly mistake. I've tested with and without the amd64 specializing for this release. Following https://github.com/golang/go/issues/19367, this re-introduces reflect at the expense of a 0.4ns hit to ensure that the code follows all unsafe rules.
-
v1.1.2
v1.1.2: minor performance enhancement and removal of reflect
-
v1.1.1
release v1.1.1 Should be a minor perf bump compared to 1.1.0 for people that use the full New128 hasher, which is uncommon.
-
v1.1.0
release v1.1.0 Has fixes around the unsafe code that `-d=checkptr` caught in 1.14, and then code changes to regain speed lost from those fixes. The speed changes are largely a wash, if only a little bit slower.
-
v1.0.0
release v1.0.0 For modules; including Seed bug fix.