-
Notifications
You must be signed in to change notification settings - Fork 49
Are there any benchmarks? #38
Comments
I saw this: https://hacks.mozilla.org/2019/03/fast-bump-allocated-virtual-doms-with-rust-and-wasm
But Angular is not fastest framework. It will be great see comparison with vanilla js (as baseline) and stdweb . |
FYI I created an implementation of that benchmark for It looks like Another benchmark worth mentioning is UIBench. https://localvoid.github.io/uibench/ I like this one because it's easier to implement and run benchmarks. Here's a |
Yes, pure |
The Also there's nothing inherently wrong with VDOM. ivi uses VDOM and it's pretty fast. I imagine a Rust port would perform similarly, adjusting for overhead. |
Looks like you've seen all the benchmarking that currently exists. Working on an implementation for js-framework-benchmark, and will also see if that turns up any more interesting corners of perf to look at. Thanks for your patience :) |
Looking forward to getting your PR. Let me know if you run into problems with the benchmark and I‘ll try to help. |
Any updates on this? I'd love to see how dodrio performs in benchmarks vs other wasm projects and javascript frameworks. |
It will be great have some one on this site:
https://stefankrause.net/js-frameworks-benchmark8/table.html
The text was updated successfully, but these errors were encountered: