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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 65d6efa2ed94f81d6075db2fc89a4c8132314d49
Merge: ecf3c2f 22dbeb8
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Jan 12 17:28:13 2021 -0500

    This closes #3393

 .../ConcurrentAppendOnlyChunkedList.java           | 46 ++++++-------
 .../ConcurrentAppendOnlyChunkedListTest.java       | 53 ++++++++++++--
 .../{LivePageCache.java => BulkPageCache.java}     |  4 +-
 .../artemis/core/paging/cursor/LivePageCache.java  |  2 +-
 .../artemis/core/paging/cursor/PageCache.java      | 13 +---
 .../core/paging/cursor/PageCursorProvider.java     |  2 +-
 .../artemis/core/paging/cursor/PagePosition.java   |  2 -
 .../core/paging/cursor/impl/LivePageCacheImpl.java | 48 +++++++++----
 .../core/paging/cursor/impl/PageCacheImpl.java     | 24 ++-----
 .../paging/cursor/impl/PageCursorProviderImpl.java | 38 ++++------
 .../core/paging/cursor/impl/PagePositionImpl.java  |  5 --
 .../core/paging/cursor/impl/PageReader.java        | 30 +++-----
 .../artemis/core/paging/impl/PagingStoreImpl.java  | 15 ++--
 .../core/paging/cursor/impl/PageReaderTest.java    |  6 +-
 ...ncurrentAppendOnlyChunkListLookupBenchmark.java | 80 ++++++++++++++++++++++
 15 files changed, 229 insertions(+), 139 deletions(-)

Reply via email to