[
https://issues.apache.org/jira/browse/CASSANDRA-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348449#comment-14348449
]
Sylvain Lebresne commented on CASSANDRA-8793:
---------------------------------------------
{quote}
{noformat}
SafeMemoryWriter doesn't have a lot of @Override annotations.
{noformat}
We tend not to use them (rightly or wrongly is a different question, I'm just
sticking to the standard practice)
{quote}
Fyi, the code style practice is that we do use them but not when implementing
an abstract or interface method. I'm sure there is many places that misses them
when they should have it but those are oversights and we shouldn't follow those
bad example if possible.
> Avoid memory allocation when searching index summary
> ----------------------------------------------------
>
> Key: CASSANDRA-8793
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8793
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Benedict
> Assignee: Benedict
> Priority: Minor
> Fix For: 3.0
>
>
> Currently we build a byte[] for each comparison, when we could just fill the
> details into a DirectByteBuffer
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)