DivyanshIITB opened a new pull request, #14373:
URL: https://github.com/apache/lucene/pull/14373

   This PR optimizes ParallelLeafReader to avoid redundant term vector fetching.
   - Replaces per-field term vector fetching with a single call per reader.
   - Reduces complexity from O(n^2) to O(n).
   - Improves performance when handling large numbers of fields.
   - Verified via existing tests.
   
   Closes #7926 


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