You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2014/04/30 17:50:15 UTC

[jira] [Created] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

Benedict created CASSANDRA-7116:
-----------------------------------

             Summary: Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver
                 Key: CASSANDRA-7116
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7116
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Benedict
            Assignee: Benedict
            Priority: Trivial
             Fix For: 2.1 rc1
         Attachments: 7116.txt

There's no reason to use a NBHM in this class, as we only add unique elements. A CLQ seems a more appropriate lightweight datastructure to use



--
This message was sent by Atlassian JIRA
(v6.2#6252)