jpountz commented on PR #13714:
URL: https://github.com/apache/lucene/pull/13714#issuecomment-2329331978

   I just pushed a commit that avoids creating dead states if the input 
automaton doesn't have dead states itself. So the automaton created by `.*` 
would now have a single state.
   
   For context, I started looking into optimizing the single-transition case 
only (hence the branch name) but as I started looking deeper into it, it looked 
like improving the general case wouldn't be much harder, as the algorithm boils 
down to renumbering final states to 0 and other states to `state + 1`.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to