Re: [I] Reduce memory usage when merging bkd trees [lucene]

2025-03-25 Thread via GitHub
iverase closed issue #14382: Reduce memory usage when merging bkd trees URL: https://github.com/apache/lucene/issues/14382 -- 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 un

Re: [I] Reduce memory usage when merging bkd trees [lucene]

2025-03-25 Thread via GitHub
iverase commented on issue #14382: URL: https://github.com/apache/lucene/issues/14382#issuecomment-2750449881 We are using more dense data structures now, in particular for the OneDimensionBKDWriter. -- This is an automated message from the Apache Git Service. To respond to the message,

[I] Reduce memory usage when merging bkd trees [lucene]

2025-03-21 Thread via GitHub
iverase opened a new issue, #14382: URL: https://github.com/apache/lucene/issues/14382 When building BKD trees, we hold two arrays in memory which sizes grows linearly with the number of leaf nodes. One of the array contains the pointer to the start of a leaf node, and the other containing