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/10 02:39:27 UTC

[datasketches-java] branch Memory2 updated (caeddbf -> 81bf78f)

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 caeddbf  Minor cleanup
     add a232a75  interim changes
     add 2e07857  Extend MurmurHash3
     new 81bf78f  Merge pull request #361 from apache/extendMurmurHash3

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  | 381 +++++++++++++--------
 .../apache/datasketches/hash/MurmurHash3Test.java  |  43 +--
 2 files changed, 256 insertions(+), 168 deletions(-)

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


[datasketches-java] 01/01: Merge pull request #361 from apache/extendMurmurHash3

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 81bf78f779ec860e4821fa6d69ad17af98ca0774
Merge: caeddbf 2e07857
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Sep 9 19:37:28 2021 -0700

    Merge pull request #361 from apache/extendMurmurHash3
    
    Extend murmur hash3

 .../org/apache/datasketches/hash/MurmurHash3.java  | 381 +++++++++++++--------
 .../apache/datasketches/hash/MurmurHash3Test.java  |  43 +--
 2 files changed, 256 insertions(+), 168 deletions(-)

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