mathieuancelin / js-repaint-perfs

Playground to test repaint rates of JS libs
http://mathieuancelin.github.io/js-repaint-perfs/
255 stars 111 forks source link

Name "Vanilla optimized" is misleading #42

Closed Ginden closed 8 years ago

Ginden commented 8 years ago

Vanilla optimized in fact is extremely naive approach and should be listed as "vanilla simple 2".

mathieuancelin commented 8 years ago

All version of the test are supposed to be 'naive' implementations.

If not, it's optimized version. In the case of Vanilla optimized (no lib or fwk) it's the non naive version.

Also, the name 'vanilla optimized' doesn't appear on the site