-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 #11
Comments
PRs are always welcome! You can uncomment the deno-canvas code in bench/deno.js to compare performance of both of these libraries using |
Sounds good, I'll check it out when I get the chance (probably tomorrow) |
I found an old video editor project that rendered scenes to images via deno-canvas. I just switched to skia-canvas and it's unbelievable. To render a 5 second video, the old one took 2m 51s (171044ms). Skia-canvas took 41s (40735ms). |
Thats really impressive! How does it compare to Node.js alternatives? |
It would be really nice to see some benchmarks in comparison with deno-canvas. If you are accepting PRs, I would love to contribute.
The text was updated successfully, but these errors were encountered: