Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] upgrade to stable xxh3 (v0.8.0) #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

flier
Copy link
Collaborator

@flier flier commented Jul 31, 2020

As #39 mentioned, we need upgrade to stable xxh3, align to xxHash3 v0.8.0.

  • 64-bit variant
    • hash64
    • hash64_with_seed
    • hash64_with_secret
  • 128-bit variant
    • hash128
    • hash128_with_seed
    • hash128_with_secret
  • Streaming API
    • Hash64
    • Hash128
  • SIMD implementations
    • Generic
    • SSE2
    • AVX2

@shepmaster shepmaster mentioned this pull request Sep 20, 2020
@farhadi
Copy link

farhadi commented Jan 13, 2021

@flier @shepmaster any idea when this would be merged/released?

@DoumanAsh
Copy link

For these who would need complete xxh3 implementation see my crate https://crates.io/crates/xxhash-rust/0.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants