Boosting Performance in a Diagramming App with Quadtrees and Binary Search on Path

from blog Stories by Ivan Shubin on Medium, | ↗ original
Creating an interactive diagramming app has its own unique set of hurdles. In my previous article, I shared the complexities of managing hierarchical transformations and how affine transformation matrices came to the rescue for handling those calculations. This time, I want to dive into a completely different aspect of Schemio: the challenges of...