rmuir commented on PR #15937:
URL: https://github.com/apache/lucene/pull/15937#issuecomment-4199829902

   > I’ll experiment with the alternative path you suggested, removing upfront 
determinization from WildcardQuery and RegexpQuery, and relying on existing 
execution-path selection. Does this look good to you?
   
   +1, we should really try to do this. In many cases you'll get a DFA in 
practice today... even often a minimal one, right from these parsers, unless 
you are using kleene star, which is going to be slow anyway. So I think what is 
fast will stay fast and what is slow will stay slow :)


-- 
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]

Reply via email to