HashLib4Pascal
HashLib4Pascal copied to clipboard
Adding xxHash XXH128 (SSE2) and\or XXH3 (SSE2)
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.
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.
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.