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

feat: use wyhash WASM as Bun.hash alternative (runtime-agnostic) #408

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

aralroca
Copy link
Collaborator

Fixes #407
Related #195
Related #318

I have used the same Zig code that Bun uses to do the hash, passed to WASM. This way it uses exactly the same logic and is still fast for Node.js.

@aralroca aralroca merged commit 0a8462a into main Aug 15, 2024
0 of 2 checks passed
@aralroca aralroca deleted the aralroca/use-wyhash-as-bun-hash-alternative branch August 15, 2024 21:36
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.

Use Bun.hash alternative for runtime-agnostic
1 participant