This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch resource-name-iterator-alloc
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 88972c93b6 Validate the locale without building its string form
new c67601968d Benchmark writing a page to the page store
new 584f39392a Serialize pages into a buffer that grows by chaining
new a9de962b21 Let a crypt scheme reserve room for its caller's prefix
The 3 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:
.../wicket/benchmarks/PageEncryptionBenchmark.java | 91 ++++++++++++++++++++++
...chmark.java => PageSerializationBenchmark.java} | 59 ++++++++------
.../core/util/crypt/AbstractAesGcmCryptScheme.java | 31 +++++---
.../wicket/core/util/crypt/ICryptScheme.java | 80 ++++++++++++++++++-
.../apache/wicket/core/util/crypt/SchemeCrypt.java | 24 +++---
.../wicket/serialize/java/JavaSerializer.java | 11 ++-
6 files changed, 244 insertions(+), 52 deletions(-)
create mode 100644
wicket-benchmarks/src/main/java/org/apache/wicket/benchmarks/PageEncryptionBenchmark.java
copy
wicket-benchmarks/src/main/java/org/apache/wicket/benchmarks/{PageRenderBenchmark.java
=> PageSerializationBenchmark.java} (61%)