Performance Improvements on Pipes
pauljoda opened this issue ยท 0 comments
This serves as a note to myself.
At the moment, pipes are building a graph twice for each packet sent. That is a little much honestly. First off, the distance and parent maps should be created once and reused. Secondly, store the resource I'd possible so you don't have to create a new one. By doing this, we will reduce memory usage substantially.