I am also using linked list in our software. Instead of using the tranversal framework, I did the path traversal manually. So the above example would look something like the following code: https://gist.github.com/duc...
It was faster than the traversal framework as we know the exact domain problem at hand.
I am also using linked list in our software. Instead of using the tranversal framework, I did the path traversal manually. So the above example would look something like the following code: https://gist.github.com/duc...
It was faster than the traversal framework as we know the exact domain problem at hand.