vsop-479 commented on PR #16245: URL: https://github.com/apache/lucene/pull/16245#issuecomment-4967725354
> So this means we pre-decode all term suffix lengths for the terms in the block, up front? Vs before when we would incrementally .readVInt() on iterating each term in the block? >> We could later decode one long only when we need to scan its corresponding suffixLengths. > This has already been implemented. I will try to implement decoding a single int from one long, instead of decoding all ints from that long. I should probably also first try to make the segment counts more consistent between baseline and candidate. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
