napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.03k stars 32 forks source link

benchmark xxhash against `hash-wasm` #764

Open egasimus opened 5 months ago

egasimus commented 5 months ago

Hi! I'm interested in the performance of @node-rs/xxhash vs. the xxhash implementation in https://www.npmjs.com/package/hash-wasm. Is it possible for yall to add this comparison or should I look into contributing a benchmark?