- TODO(jiecchen): add the design docs
To add a new streaming algorithm, please follow the steps:
- create
foo.ccfile insrc/and a correspondingfoo.hfile insrc/streamingcc_include/. - add
foo_test.ccintests/ - add
_foo.pyxandfoo.pyinpython/streamingcc, and editpython/setup.py - before submitting your code, please run cpplint.py on all
*.ccand*.hfiles to check your coding style. Make sure no error is reported.