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

toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from 891c067  Merge pull request #194 from atoulme/add_sync
     new 0686fbb  Make Bytes more performant by caching hashcode
     new 4ab7723  add tests to make sure all new functionality is tested
     new 985039f  Merge pull request #195 from atoulme/cached_hashcode_bytes

The 718 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:
 .../org/apache/tuweni/bytes/AbstractBytes.java     | 14 +++++++--
 .../apache/tuweni/bytes/ArrayWrappingBytes.java    | 29 ------------------
 .../org/apache/tuweni/bytes/ConcatenatedBytes.java |  6 ++++
 .../tuweni/bytes/MutableArrayWrappingBytes.java    |  5 ++++
 .../tuweni/bytes/MutableBufferWrappingBytes.java   |  5 ++++
 .../tuweni/bytes/MutableByteBufWrappingBytes.java  |  5 ++++
 .../bytes/MutableByteBufferWrappingBytes.java      |  5 ++++
 .../java/org/apache/tuweni/bytes/BytesTest.java    |  3 +-
 .../apache/tuweni/bytes/ConcatenatedBytesTest.java | 10 +++++++
 .../org/apache/tuweni/bytes/GuardedBytesTest.java  |  3 +-
 .../org/apache/tuweni/bytes/MutableBytesTest.java  | 35 ++++++++++++++++++++++
 11 files changed, 87 insertions(+), 33 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to