belingueres commented on PR #281: URL: https://github.com/apache/maven/pull/281#issuecomment-5173390828
Hi @gnodet, I rebased the code. Added code to configure which algorithm to use (`setArtifactOrdering`). In addition to TreeMap based BFS originally proposed, I added a more memory efficient BFS2 alternative to choose from using List of Lists and a stack to keep the dependency trail. Added assertions to verify the dependency trail lists. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
