CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
Classes | |
class | cpark::Reduce< Func > |
Functions | |
template<typename Func , concepts::Rdd R> | |
auto | cpark::operator| (const R &r, const Reduce< Func > &reduce) |
This works as the Reduce Action of our cpark library