You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/09/07 22:57:11 UTC

[datasketches-java] branch Memory2 updated (2f958d5 -> a7a5d82)

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

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


    from 2f958d5  Merge branch 'master' into Memory2
     add c36f093  Add ByteBuffer hashing methods to MurmurHash3, BaseHllSketch.
     add f950acc  Merge pull request #353 from gianm/bytebuffer-hashing
     new a7a5d82  Merge branch 'Gian-MurmurHash3' into Memory2

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:
 .../org/apache/datasketches/hash/MurmurHash3.java  |  90 +++++++++++++++++
 .../org/apache/datasketches/hll/BaseHllSketch.java |  19 ++++
 .../apache/datasketches/hash/MurmurHash3Test.java  | 111 +++++++++++++++++++++
 .../apache/datasketches/hll/BaseHllSketchTest.java |  10 ++
 4 files changed, 230 insertions(+)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-java] 01/01: Merge branch 'Gian-MurmurHash3' into Memory2

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch Memory2
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit a7a5d827615e33580005beacf6113c4dd727d67a
Merge: 2f958d5 f950acc
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Sep 7 15:56:57 2021 -0700

    Merge branch 'Gian-MurmurHash3' into Memory2

 .../org/apache/datasketches/hash/MurmurHash3.java  |  90 +++++++++++++++++
 .../org/apache/datasketches/hll/BaseHllSketch.java |  19 ++++
 .../apache/datasketches/hash/MurmurHash3Test.java  | 111 +++++++++++++++++++++
 .../apache/datasketches/hll/BaseHllSketchTest.java |  10 ++
 4 files changed, 230 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org