Xor-el / HashLib4Pascal

Hashing for Modern Object Pascal
MIT License
217 stars 79 forks source link

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

Open tedsmith opened 3 years ago

tedsmith commented 3 years ago

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.

Xor-el commented 3 years ago

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.

tedsmith commented 3 years ago

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.