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

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


    from dd4f49c  Merge pull request #264 from apache/tuple_a_not_b_fix
     add 80cfa51  fixed direct union memory layout problem
     new f92a3c9  Merge pull request #266 from apache/array_of_doubles_union_fix

The 1 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:
 .../tuple/ArrayOfDoublesSetOperationBuilder.java   |  4 +-
 .../yahoo/sketches/tuple/ArrayOfDoublesUnion.java  | 86 +++++--------------
 .../sketches/tuple/DirectArrayOfDoublesUnion.java  | 37 +++++++--
 .../sketches/tuple/HeapArrayOfDoublesUnion.java    | 22 +----
 .../sketches/tuple/SerializerDeserializer.java     | 31 -------
 .../sketches/tuple/ArrayOfDoublesUnionTest.java    | 96 +++++++++++++++++-----
 .../yahoo/sketches/tuple/ReadOnlyMemoryTest.java   | 17 ----
 7 files changed, 133 insertions(+), 160 deletions(-)


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

Reply via email to