pierrec / xxHash

Pure Go implementation of xxHash (32 and 64 bits versions)
BSD 3-Clause "New" or "Revised" License
58 stars 17 forks source link

inline buffers in xxHash structures #1

Closed larsmans closed 8 years ago

larsmans commented 8 years ago

This way, New requires only one allocation instead of two.

pierrec commented 8 years ago

Thank you for this improvement.