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 2019/06/10 22:28:34 UTC

[incubator-datasketches-characterization] branch master updated (0b5dd20 -> 51be241)

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

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


    from 0b5dd20  Update pom
     add 3d3fc2a  frequent items
     new 51be241  Merge pull request #17 from apache/frequent_items

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:
 .../characterization/ZipfDistribution.java         | 90 ++++++++++++++++++++
 .../BaseFrequenciesSpeedProfile.java}              | 31 ++++---
 .../frequencies/LongsSketchSpeedProfile.java       | 97 ++++++++++++++++++++++
 .../resources/frequencies/LongsSketchSpeedJob.conf | 11 +++
 4 files changed, 212 insertions(+), 17 deletions(-)
 create mode 100644 src/main/java/com/yahoo/sketches/characterization/ZipfDistribution.java
 copy src/main/java/com/yahoo/sketches/characterization/{quantiles/BaseQuantilesSpeedProfile.java => frequencies/BaseFrequenciesSpeedProfile.java} (67%)
 create mode 100644 src/main/java/com/yahoo/sketches/characterization/frequencies/LongsSketchSpeedProfile.java
 create mode 100644 src/main/resources/frequencies/LongsSketchSpeedJob.conf


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


[incubator-datasketches-characterization] 01/01: Merge pull request #17 from apache/frequent_items

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

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

commit 51be2410cab1e27d6bfd538c7ef312df697d7f75
Merge: 0b5dd20 3d3fc2a
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 10 15:28:30 2019 -0700

    Merge pull request #17 from apache/frequent_items
    
    frequent items

 .../characterization/ZipfDistribution.java         | 90 ++++++++++++++++++++
 .../frequencies/BaseFrequenciesSpeedProfile.java   | 77 +++++++++++++++++
 .../frequencies/LongsSketchSpeedProfile.java       | 97 ++++++++++++++++++++++
 .../resources/frequencies/LongsSketchSpeedJob.conf | 11 +++
 4 files changed, 275 insertions(+)


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