cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

Move benchmarks to their own module #29

Closed cespare closed 5 years ago

cespare commented 5 years ago

This avoids all dependencies for users. It also fixes the weird v1 self-dependency.

Fixes #28