iverase commented on PR #1007:
URL: https://github.com/apache/lucene/pull/1007#issuecomment-1188742961

   +1
   
   The method `DocIdSetBuilder.BulkAdder#add(DocIdSetIterator)` is a recent 
addition to speed up cases where those iterators might be backed by a bitset. 
In this case, the iterator is currently backed  by a int array so I would not 
expect a change on the performance profile.
   
   
   I wonder that there should be more cases like this in other query 
implementation, maybe now that we are on it would be nice to find all cases and 
change them?


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