iverase closed pull request #14358: Specialise DirectMonotonicReader when it
only contains one block
URL: https://github.com/apache/lucene/pull/14358
--
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
iverase commented on PR #14358:
URL: https://github.com/apache/lucene/pull/14358#issuecomment-2728327145
I understand what you say, I will close this then.
--
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
jpountz commented on PR #14358:
URL: https://github.com/apache/lucene/pull/14358#issuecomment-2727467298
I'm wary about adding all these micro-optimizations to reduce the
per-segment per-field overhead. They hurt readability and may easily get lost
over time when codecs get replaced with ne
iverase commented on code in PR #14358:
URL: https://github.com/apache/lucene/pull/14358#discussion_r1997607493
##
lucene/core/src/java/org/apache/lucene/util/packed/DirectMonotonicReader.java:
##
@@ -90,102 +140,142 @@ public static DirectMonotonicReader getInstance(Meta
meta,