wiseio / paratext

A library for reading text files over multiple cores.
Apache License 2.0
1.06k stars 103 forks source link

C++ rowbase stream processing? #46

Open vspinu opened 7 years ago

vspinu commented 7 years ago

Is there a quick way to use this library for row by row processing without loading the whole data set?

Related to #45 but I am just looking for an example of how to use existing functionality from C++.

Thank you.