vectordotdev / vrl

Vector Remap Language
Mozilla Public License 2.0
124 stars 56 forks source link

Support xxhash #72

Open eugene-bright opened 2 years ago

eugene-bright commented 2 years ago

A note for the community

Use Cases

Fast unique content-based key generation for subsequent identification of the duplicate records

Attempted Solutions

No response

Proposal

I'm just looking for a fast alternative to the sha1

References

XXHash homepage

Version

vector 0.20.0 (x86_64-unknown-linux-gnu 2a706a3 2022-02-11)

jszwedko commented 2 years ago

👍 just noting that there is a Rust implementation we could use: https://crates.io/crates/xxhash-rust