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

leerho pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-memory17.git


    from 40f228f  Delete bin directory
     new a2aef41  Updates to main code so far.
     new 5d23ad8  Merge branch 'main' of 
[email protected]:apache/datasketches-memory17.git into main
     new f14744a  Interim 1

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:
 src/main/java/module-info.java                     |   1 -
 .../org/apache/datasketches/memory/BaseState.java  |  48 +++++++-
 .../org/apache/datasketches/memory/Memory.java     |   4 +-
 .../memory/internal/BaseStateImpl.java             |  36 ++++--
 .../apache/datasketches/memory/internal/Util.java  |   6 +-
 .../memory/test/AllocateDirectMapMemoryTest.java   | 134 +++++++++++++++++++++
 .../memory/test/AllocateDirectMemoryTest.java      | 124 +++++++++++++++++++
 .../datasketches/memory/test}/package-info.java    |   2 +-
 src/test/resources/GettysburgAddress.txt           |   7 ++
 9 files changed, 340 insertions(+), 22 deletions(-)
 create mode 100644 
src/test/java/org/apache/datasketches/memory/test/AllocateDirectMapMemoryTest.java
 create mode 100644 
src/test/java/org/apache/datasketches/memory/test/AllocateDirectMemoryTest.java
 copy src/{main/java/org/apache/datasketches/memory/internal => 
test/java/org/apache/datasketches/memory/test}/package-info.java (94%)
 create mode 100644 src/test/resources/GettysburgAddress.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to