frequent items c++ example
2 files changed
tree: 3278c3b54559a3f876b3a2c2cb89884080fc21a6
  1. .svn/
  2. _includes/
  3. _layouts/
  4. api/
  5. css/
  6. docs/
  7. img/
  8. src/
  9. .asf.yaml
  10. .gitignore
  11. .travis.yml
  12. _config.yml
  13. DISCLAIMER-WIP
  14. Gemfile
  15. Gemfile.lock
  16. index.md
  17. LICENSE
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Apache DataSketches (incubating)

A software library of stochastic streaming algorithms

Apache DataSketches is an open source, high-performance library of stochastic streaming algorithms commonly called “sketches” in the data sciences. Sketches are small, stateful programs that process massive data as a stream and provide approximate answers, with mathematical guarantees, to computationally difficult queries orders-of-magnitude faster than traditional, exact methods.


Disclaimer: Apache DataSketches is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.