Stack overflow in graph walking
Closed this issue · 0 comments
asl commented
Enumerating nodes to draw that are located within certain "distance" is done via simple recursive graph walk. Which overflows the stack. Refactor this into an iterative algorithm.