You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/07/11 17:38:41 UTC

[2/2] activemq-artemis git commit: This closes #590

This closes #590


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/43596c28
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/43596c28
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/43596c28

Branch: refs/heads/master
Commit: 43596c2836ef08a52ec244fc77141114cc83def4
Parents: 506dbc7 36555a1
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jul 11 13:38:23 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jul 11 13:38:23 2016 -0400

----------------------------------------------------------------------
 .../artemis/core/io/mapped/BytesUtils.java      |  49 +++
 .../core/io/mapped/MappedByteBufferCache.java   | 239 ++++++++++
 .../artemis/core/io/mapped/MappedFile.java      | 331 ++++++++++++++
 .../core/io/mapped/MappedSequentialFile.java    | 434 +++++++++++++++++++
 .../io/mapped/MappedSequentialFileFactory.java  | 204 +++++++++
 tests/extra-tests/pom.xml                       |  31 ++
 .../journal/JournalImplLatencyBench.java        | 155 +++++++
 .../journal/gcfree/EncodersBench.java           | 113 +++++
 .../journal/gcfree/GcFreeJournal.java           |  81 ++++
 .../gcfree/GcFreeJournalLatencyBench.java       | 134 ++++++
 .../journal/gcfree/JournalAddRecordEncoder.java | 105 +++++
 .../journal/gcfree/JournalRecordHeader.java     |  27 ++
 .../journal/gcfree/JournalRecordTypes.java      |  29 ++
 .../SequentialFileLatencyBench.java             | 131 ++++++
 14 files changed, 2063 insertions(+)
----------------------------------------------------------------------