iverase commented on issue #730: LUCENE-8868: New storing strategy for BKD tree leaves with low cardinality URL: https://github.com/apache/lucene-solr/pull/730#issuecomment-504874170 I had another iteration, main things are: 1. Now the cost of runLen compression is computed exact. 2. Cardinality is computed after the leaf has been sorted by the elected dimension. This computation does not copy arrays around.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
