slow-J opened a new pull request, #16239: URL: https://github.com/apache/lucene/pull/16239
In GraphTokenStreamFiniteStrings#articulationPoints I am replacing the recursive method with an iterative approach, which removes the hardcoded recursive depth limit of 1000. Reimplementing Tarjan's articulation points as an interative DFS using a IntArrayList stack. Output is unchanged. --- I stumbled upon this while looking for an existing implementation of a different Tarjan's algorithm for an unrelated issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
