liquidev / rkgk

(repository moved) Multiplayer canvas tool with programmable brushes!
1 stars 1 forks source link

Code editor should pool DOM nodes used for lines #89

Open liquidev opened 2 months ago

liquidev commented 2 months ago

This should increase performance a bit due to less GC pressure.

I've been successful at using this in the past with a tool for the treehouse and it can give you some very noticable gains.