Reply To: Poor Editor Performance on latest

Forums 💬 NodeCanvas ⚙️ Support Poor Editor Performance on latest Reply To: Poor Editor Performance on latest

#16767
Gavalakis
Keymaster

    Hello,

    Thanks for info.
    I have refactored this as well, so that it’s no longer recursive at all.
    When TrySortConnectionsByPositionX is called, only the parent node connection really need to be sorted.
    Initially, I opted to do this recursively for “more safety”, but I don’t think it’s really required to be honest considering the performance drawback in large/deep trees 🙂

    Thank you!