Merge pull request #58 from apache/kll_minor_cleanup

KLL sketch minor cleanup and more tests
tree: ce99c0e1996446879a3f8c3599b14ca410b7f120
  1. cmake/
  2. common/
  3. cpc/
  4. fi/
  5. hll/
  6. kll/
  7. python/
  8. theta/
  9. .gitignore
  10. .gitmodules
  11. CMakeLists.txt
  12. config.mk
  13. Makefile
  14. MANIFEST.in
  15. pyproject.toml
  16. README.md
  17. setup.py
README.md

This is an unfinished effort to port some of datasketches-java code to C++.

We will be standardizing on C++11 for the time being.

For the python interface, see the README notes in the python subdirectory.