zhaih commented on pull request #225:
URL: https://github.com/apache/lucene/pull/225#issuecomment-982125853


   Thanks @rmuir, I'll run a benchmark to ensure this PR does not introduce 
regression recently.
   
   I like the approach you proposed in #485, it would be nice if we can get rid 
of `determinizeWorkLimit` in some classes that previously exists everywhere. 
One reason for carrying an enum and the `determinizeWorkLimit` together is that 
we might want to use that `determinizeWorkLimit` to limit the number of state 
that NFA can cache as well. But that's a feature not implemented yet and could 
be done in some other ways.
   
   I think we can try to get that pushed and then I can rebase this one after.


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