jamievicary / globular

Globular
37 stars 9 forks source link

Color change is slow if there are many cells #82

Open NoLongerBreathedIn opened 7 years ago

NoLongerBreathedIn commented 7 years ago

In other words, say there are already 500 generators. Adding a low-dimensional generator and then changing its color is very slow. One fix: Only recalculate anything for the cells that depend on it.

jamievicary commented 7 years ago

Very good idea.

On 2 Mar 2017 5:10 pm, "NoLongerBreathedIn" notifications@github.com wrote:

In other words, say there are already 500 generators. Adding a low-dimensional generator and then changing its color is very slow. One fix: Only recalculate anything for the cells that depend on it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jamievicary/globular/issues/82, or mute the thread https://github.com/notifications/unsubscribe-auth/AKHHHi4THNL-SVX7FvikzDEc2Vk_wRICks5rhvgfgaJpZM4MRRKp .

jamievicary commented 7 years ago

I think we should really be using CSS for this, it would probably be much faster.