[
https://issues.apache.org/jira/browse/CASSANDRA-8988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367806#comment-14367806
]
Benedict commented on CASSANDRA-8988:
-------------------------------------
I've pushed another branch
[here|https://github.com/belliottsmith/cassandra/tree/8988] which applies one
more optimisation, cutting the number of comparisons down by on average a half
lg(N) comparisons per operation, and also removing the boiler plate for
wrapping a Comparator, since we never use it. The JVM should optimise away the
inefficiency, but there's no point retaining it.
> Optimise IntervalTree
> ---------------------
>
> Key: CASSANDRA-8988
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8988
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Benedict
> Assignee: Benedict
> Priority: Trivial
> Fix For: 2.1.4
>
> Attachments: 8988.txt
>
>
> We perform a lot of unnecessary comparisons in
> IntervalTree.IntervalNode.searchInternal.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)