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 2020/06/22 20:38:47 UTC

[incubator-datasketches-website] branch master updated (1f1fbe7 -> 61483ef)

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-website.git.


    from 1f1fbe7  update for c++ 2.0.0-incubating release
     new 0be6237  Fix spelling errors.
     new 599980d  Add KLL++ paper
     new 61483ef  Merge branch 'master' of git@github.com:apache/incubator-datasketches-website.git

The 3 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:
 docs/Community/Research.md | 2 ++
 docs/Community/index.md    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


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


[incubator-datasketches-website] 02/03: Add KLL++ paper

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-website.git

commit 599980dd0bd5dedb1abc050322e4917cd92ee973
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 22 13:20:42 2020 -0700

    Add KLL++ paper
---
 docs/Community/Research.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/Community/Research.md b/docs/Community/Research.md
index 5cc0def..35dc09b 100644
--- a/docs/Community/Research.md
+++ b/docs/Community/Research.md
@@ -124,6 +124,8 @@ This solution suffices in some applications, but for other applications the chun
 
 **[GT02]** Phillip B. Gibbons and Srikanta Tirthapura. Distributed streams algorithms for sliding windows. In *ACM SPAA Proceedings '02*, pages 63–72, New York, NY, USA, 2002.
 
+**[ILLKB19]** Nikita Ivkin, Edo Liberty, Kevin Lang, Zohar Karnin, Vladimir Braverman. Streaming Quantiles Algorithms with Small Space and Update Time. In *arXiv*, 2019 
+
 **[K98]** Donald E. Knuth. The Art of Computer Programming, 3rd Ed. 1998.
 
 **[KLL16]** Zohar S. Karnin, Kevin J. Lang, and Edo Liberty. Optimal quantile approximation in streams. In *IEEE FOCS Proceedings '16*, pages 71–78, 2016.


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


[incubator-datasketches-website] 03/03: Merge branch 'master' of git@github.com:apache/incubator-datasketches-website.git

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-website.git

commit 61483ef756274d309a170c59eeb22f07e62b8a66
Merge: 599980d 1f1fbe7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jun 22 13:37:46 2020 -0700

    Merge branch 'master' of git@github.com:apache/incubator-datasketches-website.git

 _includes/downloadsInclude.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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


[incubator-datasketches-website] 01/03: Fix spelling errors.

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-website.git

commit 0be6237c8e7b39ae9065bae568a561f8a096241b
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Jun 21 13:06:54 2020 -0700

    Fix spelling errors.
---
 docs/Community/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Community/index.md b/docs/Community/index.md
index 5fab0e3..0233fa4 100644
--- a/docs/Community/index.md
+++ b/docs/Community/index.md
@@ -36,13 +36,13 @@ There are many ways that are available for our community to communicate with eac
 This is a great place for all users (new and experienced) to ask general questions about the library, its general capabilities, and where to get help and find more information.  This is also a great place to give the developers general feedback about the library. If you like what you see, please give us a [Star (Java)](https://github.com/apache/incubator-datasketches-java) and/or [Star (C++/Python)](https://github.com/apache/incubator-datasketches-cpp) If you have general suggestions on  [...]
     
 * To subscribe send an empty email to [users-subscribe@datasketches.apache.org](mailto:users-subscribe@datasketches.apache.org).
-* To unsubcribe send an empty email to [users-unsubscribe@datasketches.apache.org](mailto:users-unsubscribe@datasketches.apache.org).
+* To unsubscribe send an empty email to [users-unsubscribe@datasketches.apache.org](mailto:users-unsubscribe@datasketches.apache.org).
   
 ### [Developers Mailing List]({{page.dev}})
 This is where the developers, committers, and contributors congregate to discuss, vote and establish priorities on addressing issues and opportunities with the library. The issues discussed tend to apply across all the different components of the library (see below).
     
 * To subscribe send an empty email to [dev-subscribe@datasketches.apache.org](mailto:dev-subscribe@datasketches.apache.org).
-* To unsubcribe send an empty email to [dev-unsubscribe@datasketches.apache.org](mailto:dev-unsubscribe@datasketches.apache.org).
+* To unsubscribe send an empty email to [dev-unsubscribe@datasketches.apache.org](mailto:dev-unsubscribe@datasketches.apache.org).
 
 ### Slack
 Chat with users and developers on Slack in _the-asf.slack.com_ workspace. 


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