Adrien Grand created LUCENE-9118: ------------------------------------ Summary: BlockTreeTermsReader should use compareUnsigned to compare suffixes Key: LUCENE-9118 URL: https://issues.apache.org/jira/browse/LUCENE-9118 Project: Lucene - Core Issue Type: Task Reporter: Adrien Grand
Currently BlockTreeTermsReader performs manual comparison of the target and suffix bytes, it could use {{Arrays#compareUnsigned}} instead. I'm not expecting a performance improvement from this, this is mostly to simplify. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org