gf2121 commented on PR #14552:
URL: https://github.com/apache/lucene/pull/14552#issuecomment-2829443943

   I managed to get some numbers on this change:
   
   ```
   Baseline: Soft delete flush total took: 30311ms, IndexedDISI#writeBitset 
total took: 8324ms.
   Candidate: Soft delete flush total took: 22635ms, IndexedDISI#writeBitset 
total took: 964ms.
   ```
   
   BTW, i added some docvalue fields in my benchmark. Then i'm seeing rather 
huge cost of virtual calls represented by `vtable stub` when computing 
min/max/gcd.
   
   
![image](https://github.com/user-attachments/assets/30cf58ff-a5c2-49d4-86b9-9837172c2f89)
   
   
   


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