This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
from ccf26e8c MIME4J-320 Make DateTimeParser case-insensitive for day of
week and month
new 53ccf463 MIME4J-317 Example of MIME4 benchmark using JMH
new e480ed3d MIME4J-317 Improve message writing (JMH + optimized copy)
new 38992555 MIME4J-317 JMH benchmark: have more representative headers
new 1171711e MIME4J-317 Add a JMH benchmark for emails made of headers
new 133ac409 MIME4J-317 JMH benchmark: DOM fields
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
benchmark/pom.xml | 14 +
.../org/apache/james/mime4j/JMHFieldBench.java | 114 +++++
.../james/mime4j/JMHLongMultipartReadBench.java | 179 ++++++++
benchmark/src/main/resources/long-headers.msg | 486 +++++++++++++++++++++
benchmark/src/main/resources/long-multipart.msg | 27 +-
core/pom.xml | 1 +
mbox/pom.xml | 1 +
pom.xml | 1 -
storage/pom.xml | 1 +
9 files changed, 819 insertions(+), 5 deletions(-)
create mode 100644
benchmark/src/main/java/org/apache/james/mime4j/JMHFieldBench.java
create mode 100644
benchmark/src/main/java/org/apache/james/mime4j/JMHLongMultipartReadBench.java
create mode 100644 benchmark/src/main/resources/long-headers.msg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]