risdenk commented on PR #1183:
URL: https://github.com/apache/solr/pull/1183#issuecomment-1319266439

   > Instead of bulk bitSet operations, you're iterating doc-by-doc! For small 
sets (SortedIntDocSet), this is fine, but for bigger ones -- no.
   
   @dsmiley yea not saying this is the final version at all. I'm actually 
curious on testing this with some benchmarking stuff to see how much the memory 
allocations slowed this down. This approach requiring more CPU, but less 
memory. I would not disagree there is more performance using the bulk bitset 
operations.


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