You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance you'd consider exposing an api that'll enable hashing the content of a large file (that won't fit in memory)? Maybe the equivalent of the XXH64_update C api as used in the streaming variant in this example here?
Fantastic lib btw, it's a little shocking how fast this runs! 🚀
The text was updated successfully, but these errors were encountered:
I've implemented this for xxhash64 for my employer—Hopefully I'll be able to share it with you guys this spring, pending the legal hoops on our end to get it approved for open source publication internally.
Any chance you'd consider exposing an api that'll enable hashing the content of a large file (that won't fit in memory)? Maybe the equivalent of the
XXH64_update
C api as used in the streaming variant in this example here?Fantastic lib btw, it's a little shocking how fast this runs! 🚀
The text was updated successfully, but these errors were encountered: