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