jpountz commented on PR #13692: URL: https://github.com/apache/lucene/pull/13692#issuecomment-2352330831
I reverted this change. While it was a good win on average on my machine, it was almost a net loss on nightly benchmarks. So I'd rather keep the current linear scan approach, which has a lower overhead when creating new `PostingsEnum` objects and is simpler. -- 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]
