gerich-home / it-depends

Lightweight dependency tracking library for JavaScript
http://it-depends-js.github.io/
Other
1 stars 2 forks source link

Fixing diamond perf #65

Closed gerich-home closed 8 years ago

gerich-home commented 8 years ago

Improving #41 Not perfect, but better than it was:

Starting 'performance-tests'...
  Running 'computed diamond updated 1000 times with 500 hidden dependencies'
    knockout x 69.64 ops/sec +4.96% (57 runs sampled)
    itDepends x 55.91 ops/sec +3.47% (56 runs sampled)
  'computed diamond updated 1000 times with 500 hidden dependencies'
    Passed:
      'knockout' is etalon
      'itDepends' at 1.25x slower
VanDalkvist commented 8 years ago

Much better than it was!