iverase merged PR #12762:
URL: https://github.com/apache/lucene/pull/12762
--
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.apa
iverase commented on PR #12762:
URL: https://github.com/apache/lucene/pull/12762#issuecomment-1825276830
I didn't notice any performance change. Added javadocs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
iverase opened a new pull request, #12762:
URL: https://github.com/apache/lucene/pull/12762
HeapPointWriter uses a a byte array to hold points on heap. This array is
access directly from BKD radix selector to sort points in place. In addition
the HeapPointReader uses the array to read the p