This is an automated email from the ASF dual-hosted git repository. toulmean pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
from dde1df26 Merge pull request #437 from rudygt/fast-string-binary-conversions new 718676d3 speed up copyTo operation new b896359e spotless new 4f0e45d2 Merge pull request #402 from shemnon/bulk-array-ops The 1282 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: .../main/java/org/apache/tuweni/bytes/Bytes.java | 4 +- .../org/apache/tuweni/bytes/DelegatingBytes.java | 256 +++++++++++++++++++++ .../tuweni/bytes/DelegatingMutableBytes.java | 5 + .../tuweni/bytes/MutableArrayWrappingBytes.java | 6 + .../tuweni/bytes/MutableBufferWrappingBytes.java | 6 + .../tuweni/bytes/MutableByteBufWrappingBytes.java | 6 + .../bytes/MutableByteBufferWrappingBytes.java | 11 + .../java/org/apache/tuweni/bytes/MutableBytes.java | 2 +- 8 files changed, 292 insertions(+), 4 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org For additional commands, e-mail: commits-h...@tuweni.apache.org