[
https://issues.apache.org/jira/browse/CASSANDRA-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117922#comment-15117922
]
Piotr Jastrzebski commented on CASSANDRA-9988:
----------------------------------------------
What do you mean by efficient method dispatch? Could you please explain me why
having two implementations of an interface will result in faster method
invocations (if that's what you have in mind) than when having three
implementations? I know that implementing too many interfaces can have negative
impact on performance due to collisions in method offsets but I never heard
that number of implementations has any performance impact.
> Introduce leaf-only iterator
> ----------------------------
>
> Key: CASSANDRA-9988
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9988
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Benedict
> Priority: Minor
> Labels: patch
> Fix For: 3.x
>
> Attachments: trunk-9988.txt
>
>
> In many cases we have small btrees, small enough to fit in a single leaf
> page. In this case it _may_ be more efficient to specialise our iterator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)