Skip to content

Optimize Tree Generation (problem from Web app)

When too much character are write everything get slower. I thinks it's caused by checking every line when any character is edited. I think by only updating the line is being edited, your app will never been slowed down.

Edited by Perry Chouteau