You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/02/26 17:53:09 UTC

[incubator-datasketches-cpp] branch master updated (cd7afc8 -> 05ea49b)

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

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


    from cd7afc8  disambiguation
     add e6adf27  moved implementation to separate files
     add 02c08ea  new files added
     new 05ea49b  Merge pull request #96 from apache/moved_implementation

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:
 fi/CMakeLists.txt                                  |   8 +-
 fi/include/frequent_items_sketch.hpp               | 417 +--------------------
 ...s_sketch.hpp => frequent_items_sketch_impl.hpp} |  75 +---
 fi/include/reverse_purge_hash_map.hpp              | 314 +---------------
 ...ash_map.hpp => reverse_purge_hash_map_impl.hpp} |  84 +----
 kll/include/kll_sketch.hpp                         |  26 +-
 kll/include/kll_sketch_impl.hpp                    |  28 ++
 7 files changed, 48 insertions(+), 904 deletions(-)
 copy fi/include/{frequent_items_sketch.hpp => frequent_items_sketch_impl.hpp} (85%)
 copy fi/include/{reverse_purge_hash_map.hpp => reverse_purge_hash_map_impl.hpp} (77%)


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


[incubator-datasketches-cpp] 01/01: Merge pull request #96 from apache/moved_implementation

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

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

commit 05ea49b1705935fc61860b2cd92f3d0c3567b8ec
Merge: cd7afc8 02c08ea
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Feb 26 09:53:03 2020 -0800

    Merge pull request #96 from apache/moved_implementation
    
    moved implementation to separate files

 fi/CMakeLists.txt                                  |   8 +-
 fi/include/frequent_items_sketch.hpp               | 417 +--------------------
 ...s_sketch.hpp => frequent_items_sketch_impl.hpp} |  75 +---
 fi/include/reverse_purge_hash_map.hpp              | 314 +---------------
 ...ash_map.hpp => reverse_purge_hash_map_impl.hpp} |  84 +----
 kll/include/kll_sketch.hpp                         |  26 +-
 kll/include/kll_sketch_impl.hpp                    |  28 ++
 7 files changed, 48 insertions(+), 904 deletions(-)


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