HashLib4Pascal icon indicating copy to clipboard operation
HashLib4Pascal copied to clipboard

Adding xxHash XXH128 (SSE2) and\or XXH3 (SSE2)

Open tedsmith opened this issue 3 years ago • 2 comments

Describe the solution you'd like xxHash, which I implement in the form of the standard 32 and 64 bit offerings, is super. It would be extra super if the newer variants could be added to the library. Namely, the super fast additions such as XXH128 (SSE2) and\or XXH3 (SSE2)

https://cyan4973.github.io/xxHash/

Thanks as ever for the continued amazing library.

tedsmith avatar Apr 21 '21 22:04 tedsmith

Hello @tedsmith at this time, I have no plans to add those hashes you specified, however I will leave this issue open for when I have enough time and zeal to implement them. thanks for the suggestion.

Xor-el avatar Apr 27 '21 20:04 Xor-el

I totally understand and can entirely relate. I'll be happy to get a ping if/when you implement. Thanks for giving your thoughts of course.

tedsmith avatar Apr 27 '21 21:04 tedsmith