You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2017/12/24 20:51:00 UTC

[jira] [Created] (HBASE-19614) CompoundBloomFilterWriter Array Instead of LinkedList

BELUGA BEHR created HBASE-19614:
-----------------------------------

             Summary: CompoundBloomFilterWriter Array Instead of LinkedList
                 Key: HBASE-19614
                 URL: https://issues.apache.org/jira/browse/HBASE-19614
             Project: HBase
          Issue Type: Improvement
          Components: hbase
    Affects Versions: 3.0.0
            Reporter: BELUGA BEHR
            Priority: Trivial


{quote}
Resizable-array implementation of the Deque interface. Array deques have no capacity restrictions; they grow as necessary to support usage. They are not thread-safe; in the absence of external synchronization, they do not support concurrent access by multiple threads. Null elements are prohibited. This class *is likely to be faster than* Stack when used as a stack, and faster than *LinkedList when used as a queue.*
{quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)