This commit is contained in:
Joey Hess 2020-12-15 16:34:16 -04:00
parent f29d49d478
commit 117d270bb4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-12-15T20:23:15Z"
content="""
https://cyan4973.github.io/xxHash/ now includes blake2, and xxh3 is much
faster, 28 times as fast.
Would need haskell library, http://hackage.haskell.org/package/xxhash is
out of date. It would probably not be hard to make a xxh3 haskell library,
but I'm inclined to wait for someone who really wants it.
Interestingly, the ghc RTS uses xxhash and recently updated to xxh3.
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4248
But I don't think that's exposed to haskell code.
"""]]