Skip to content

WinstonFassett/vuejs-perf

 
 

Repository files navigation

This is a fork of vuejs.org to attempt to investigate/optimize KnockoutJS performance issues.

Changes

  • Use rateLimit to throttle evaluation of filteredItems, which drives the loop in the UI.

Test here:
http://winstonfassett.github.io/vuejs-perf/perf/todomvc-benchmark/index.html

Specify an "r" value in the querystring for repetitions:
http://winstonfassett.github.io/vuejs-perf/perf/todomvc-benchmark/index.html?r=10

See the patched Knockout test app here:
http://winstonfassett.github.io/vuejs-perf/perf/todomvc-benchmark/todomvc/knockoutjs/index.html

Original test can be run here:
http://vuejs.org/perf/todomvc-benchmark/

About

fork of vuejs.org to attempt to investigate/optimize KnockoutJS performance issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • CSS 15.8%
  • Clojure 11.1%