[incubator-datasketches-cpp] branch hll_performance updated: move and some more optimization

2020-02-13 Thread alsay
This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch hll_performance in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git The following commit(s) were added to refs/heads/hll_performance by this push: new 235187f mo

[GitHub] [incubator-datasketches-cpp] AlexanderSaydakov opened a new pull request #85: HLL union performance improvement

2020-02-13 Thread GitBox
AlexanderSaydakov opened a new pull request #85: HLL union performance improvement URL: https://github.com/apache/incubator-datasketches-cpp/pull/85 This is an automated message from the Apache Git Service. To respond to the

[incubator-datasketches-characterization] branch master updated: Update configs affected by BaseSerDeProfile.

2020-02-13 Thread leerho
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 The following commit(s) were added to refs/heads/master by this push: new 8b5f6e4 Updat

[incubator-datasketches-java] 01/02: interim update

2020-02-13 Thread leerho
This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch ThetaGetEstimate in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git commit 0d3bbc6c56c2ec882c9f868c33e29a3d3483c0c8 Author: Lee Rhodes AuthorDate: Fri Feb 7 15:21:

[incubator-datasketches-java] 02/02: Improved Theta getEstimate() speed performance.

2020-02-13 Thread leerho
This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch ThetaGetEstimate in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git commit 806a514ac100da15057338259233df965f933647 Author: Lee Rhodes AuthorDate: Thu Feb 13 14:45

[incubator-datasketches-java] branch ThetaGetEstimate created (now 806a514)

2020-02-13 Thread leerho
This is an automated email from the ASF dual-hosted git repository. leerho pushed a change to branch ThetaGetEstimate in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git. at 806a514 Improved Theta getEstimate() speed performance. This branch includes the fo

[GitHub] [incubator-datasketches-java] leerho opened a new pull request #300: Theta get estimate

2020-02-13 Thread GitBox
leerho opened a new pull request #300: Theta get estimate URL: https://github.com/apache/incubator-datasketches-java/pull/300 Improves getEstimate() performance on Theta Sketches by a factor between 1.5 and 2. This is an au

[incubator-datasketches-cpp] branch sampling updated: [WIP] add var opt union tests, fixing bugs uncovered along the way

2020-02-13 Thread jmalkin
This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch sampling in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git The following commit(s) were added to refs/heads/sampling by this push: new 2f719b8 [WIP] add var

[GitHub] [incubator-datasketches-java] jdob2 opened a new issue #301: Does Union support multi Sketch flavor updates?

2020-02-13 Thread GitBox
jdob2 opened a new issue #301: Does Union support multi Sketch flavor updates? URL: https://github.com/apache/incubator-datasketches-java/issues/301 I am trying to understand why the following code doesn't work as intended `Union set1 = Union.builder().setNominalEntries(S

[GitHub] [incubator-datasketches-java] leerho commented on issue #301: Does Union support multi Sketch flavor updates?

2020-02-13 Thread GitBox
leerho commented on issue #301: Does Union support multi Sketch flavor updates? URL: https://github.com/apache/incubator-datasketches-java/issues/301#issuecomment-586066714 As stated in the [documentation](https://datasketches.apache.org/api/java/snapshot/apidocs/index.html), the AnotB op

[GitHub] [incubator-datasketches-java] leerho commented on issue #301: Does Union support multi Sketch flavor updates?

2020-02-13 Thread GitBox
leerho commented on issue #301: Does Union support multi Sketch flavor updates? URL: https://github.com/apache/incubator-datasketches-java/issues/301#issuecomment-586069662 You can also do this: ``` AnotB aNotB = SetOperationBuilder.buildAnotB(); CompactSketch result = aNotB.aNotB(

[incubator-datasketches-cpp] branch sampling updated: [WIP, almost done] improve serialization coverage, update tests to allow for equivalence when random selection invovled in get_result()

2020-02-13 Thread jmalkin
This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch sampling in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git The following commit(s) were added to refs/heads/sampling by this push: new 4b96ede [WIP, almost d