You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2022/03/15 10:57:08 UTC

[bookkeeper] branch master updated (81dee85 -> d750afc)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git.


    from 81dee85  ConcurrentOpenHashSet: fix reduce  unnecessary expansions (#3082)
     add d750afc  ConcurrentLong map and set": add unit tests for reduce unnecessary expansions  (#3092)

No new revisions were added by this update.

Summary of changes:
 .../util/collections/ConcurrentOpenHashMap.java       |  8 ++++++++
 .../util/collections/ConcurrentLongHashMapTest.java   | 19 +++++++++++++++++++
 .../util/collections/ConcurrentLongHashSetTest.java   | 19 +++++++++++++++++++
 .../collections/ConcurrentLongLongHashMapTest.java    | 19 +++++++++++++++++++
 .../ConcurrentLongLongPairHashMapTest.java            | 18 ++++++++++++++++++
 .../util/collections/ConcurrentOpenHashMapTest.java   | 19 +++++++++++++++++++
 6 files changed, 102 insertions(+)