Skip to content

Commit 9784a47

Browse files
committed
update animation perf example
1 parent 790fbfb commit 9784a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/perf/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ You can run these benchmarks in your browser [here](/perf/todomvc-benchmark/).
3333

3434
## Animating 100 Instances
3535

36-
You might have seen [this performance comparison](http://jsfiddle.net/jashkenas/CGSd5/) made by Jeremy Ashkenas long time ago between Backbone.js and Ember.js. Here is a [new version](http://jsfiddle.net/yyx990803/h7rjy/4/) which compares latest Backbone.js and Vue.js instead with an FPS meter. On my machine in Chrome, Backbone runs at ~30fps while Vue at ~50fps.
36+
You might have seen [this performance comparison](http://jsfiddle.net/jashkenas/CGSd5/) made by Jeremy Ashkenas long time ago between Backbone.js and Ember.js. Here is a new version which compares the same implementation with latest Backbone.js, Ember + HTMLBars, React.js and Vue.js:
3737

38-
In addition, here's [another version](http://jsfiddle.net/yyx990803/h7rjy/5/) of the same comparison, but using a single, centralized Model for all the Views/ViewModels. The performance difference is more obvious with Backbone at ~40fps and Vue reaching ~80fps (due to `_.defer` firing faster than `requestAnimationFrame`).
38+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/uv4Jn/embedded/result,js,html,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

0 commit comments

Comments
 (0)