Re: [PR] Hide the internal data structure of HeapPointWriter [lucene]

2023-11-24 Thread via GitHub
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

Re: [PR] Hide the internal data structure of HeapPointWriter [lucene]

2023-11-23 Thread via GitHub
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

[PR] Hide the internal data structure of HeapPointWriter [lucene]

2023-11-05 Thread via GitHub
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