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:10 UTC

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

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