-
Notifications
You must be signed in to change notification settings - Fork 7
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
Benchmarks #2
Comments
Is this in the browser or in nodejs? Do you have a Github Gist or so of how you ran this? From what I remember the difference was much more dramatic, but I think that was mostly in the browser. |
It's from nodejs version 12.11.1
Code looks like this
|
Ah that's still quite impressive since that library doesn't use any native extensions! 😮 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those interested, here are a few anecdotal benchmarks which suggest a slight improvement in using
wasm-lz4
overlz4
lz4
wasm-lz4
Hopefully, I'm not doing anything incorrectly to skew the numbers.
👍
The text was updated successfully, but these errors were encountered: