Thanks, patch applied.
On Tue, Aug 6, 2019 at 1:10 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is a tiny but very effective patch to improve the speed of
> finding a node using path (used internally).
> If you right click or just click on a node, int
Hi Hackers,
Attached is a tiny but very effective patch to improve the speed of finding
a node using path (used internally).
If you right click or just click on a node, internally the node is
traversed using its path. But currently, it compares with the path of all
the open nodes to find a match.