Skip to content

hermione0h/StreamingCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamingCC

A C++ template library for summarizing data streams.

TravisCI DUB

Algorithms

StreamingCC implements various streaming algorithms and probabilistic data structures. They can be used to effectively summarize the data stream even when data is too large to fit into memory.

Algorithms/Data Structures included in StreamingCC:

Documentation

Dependencies

  • CMake (>= 2.8.7)
  • C++11 support required
  • Armadillo (optional, required by some features)

How to Compile

The source code compiles to static library See xmerge.me/StreamingCC for details.

Credit

Maintainer

Other contributor(s)

License

MIT License

About

A C++ library for summarizing data streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • CMake 6.2%
  • C 2.4%
  • Makefile 0.3%