[ https://issues.apache.org/jira/browse/LUCENE-9118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17011847#comment-17011847 ]
ASF subversion and git services commented on LUCENE-9118: --------------------------------------------------------- Commit b11c3cffe4954f35afd3461c0d3a7d0ac5a34054 in lucene-solr's branch refs/heads/master from Adrien Grand [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b11c3cf ] LUCENE-9118: BlockTreeTermsReader uses `Arrays#compareUnsigned` to compare suffixes. (#1150) > 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 > Priority: Minor > Time Spent: 20m > Remaining Estimate: 0h > > 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