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/datasketches-website.git
commit 8a82234a3d679a07518e51f16aaae62ec03e7941 Author: Lee Rhodes <[email protected]> AuthorDate: Mon Jan 12 21:53:49 2026 -0800 Add Kevin's Last Sketch (FDT). --- .github/workflows/codeql.yml | 14 +++++++------- docs/Frequency/FrequentDistinctTuplesSketch.md | 2 ++ docs/pdf/KevinsLastSketch_FDT_2019.pdf | Bin 0 -> 2591137 bytes 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1bb61e95..26b4adfc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,13 +12,13 @@ name: "CodeQL" on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '24 21 * * 5' +# push: +# branches: [ "master" ] +# pull_request: +# # The branches below must be a subset of the branches above +# branches: [ "master" ] +# schedule: +# - cron: '24 21 * * 5' workflow_dispatch: jobs: diff --git a/docs/Frequency/FrequentDistinctTuplesSketch.md b/docs/Frequency/FrequentDistinctTuplesSketch.md index aeee24b1..20cb083c 100644 --- a/docs/Frequency/FrequentDistinctTuplesSketch.md +++ b/docs/Frequency/FrequentDistinctTuplesSketch.md @@ -21,6 +21,8 @@ layout: doc_page --> ## Frequent Distinct Tuples Sketch +See also: [FDT: Kevin's Last Sketch 2019](https://github.com/apache/datasketches-website/tree/master/docs/pdf/KevinsLastSketch_FDT_2019.pdf) + ### The Task Suppose our data is a stream of pairs {IP address, User ID} and we want to identify the IP addresses that have the most distinct User IDs. Or conversely, we would like to identify the User IDs that have the diff --git a/docs/pdf/KevinsLastSketch_FDT_2019.pdf b/docs/pdf/KevinsLastSketch_FDT_2019.pdf new file mode 100644 index 00000000..86a83888 Binary files /dev/null and b/docs/pdf/KevinsLastSketch_FDT_2019.pdf differ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
