palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

Optimize Rendering Inner Loop #3470

Closed themadcreator closed 6 years ago

themadcreator commented 6 years ago

Initial local testing indicates 12 - 21% speedup in render.

blueprint-bot commented 6 years ago

Memoize AttrToProjector. Move concats out of inner loop.

Demo: quicktests | fiddle

themadcreator commented 6 years ago

Also added feature flag (default false) for this memoization

blueprint-bot commented 6 years ago

Merge remote-tracking branch 'origin/develop' into bd/memoize-accessor

Demo: quicktests | fiddle