mikemccand commented on PR #12377: URL: https://github.com/apache/lucene/pull/12377#issuecomment-1600798058
@jpountz observed that `OrdinalMap` uses a similar idea but different code path: https://github.com/apache/lucene/blob/fe0278e36ea9768b7c51e1899f9c1b34e39c5025/lucene/core/src/java/org/apache/lucene/util/packed/DeltaPackedLongValues.java#L85-L91 Maybe we should merge these two loops too? (Separately: somehow consolidate these two paths) -- 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]
