|
|
|
|
|
by haberman
4493 days ago
|
|
> I think so, yes. The performance difference is already negligible with Om, so I didn't see a real need to optimize it any further. Sorry, I was unclear: my comments were about the (slow) first benchmark you posted that is using React but not using your library. I think it would be orders of magnitude faster with requestAnimationFrame. |
|
----------------------------
Good call! Benchmark 1 is about 33x faster in my browser (with the setTimeout fallback being used, I think).~
http://drfloob.github.io/todomvc/labs/architecture-examples/...
This is the same React TodoMVC example with a different `react-with-addons.js`, built using React v0.9.0 and https://github.com/petehunt/react-raf-batching.