fxamacker / circlehash

CircleHash is a family of fast hashes -- CircleHash64f is ideal for short inputs, reaching 10GB/s starting at <64 bytes and 15GB/s at 256 bytes (i7-1068NG7)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update code coverage CI to use both Go 1.16 and 1.17

fxamacker opened this issue · comments

Recent optimizations use build tags, so coverage tests should to be run for

  • one version of Go <= 1.16
  • one version of Go >= 1.17