Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
parallel_chunk::ParallelChunkProcessor< T > Member List

This is the complete list of members for parallel_chunk::ParallelChunkProcessor< T >, including all inherited members.

ChunkOperation typedefparallel_chunk::ParallelChunkProcessor< T >
map(const std::vector< std::vector< T > > &chunks, std::function< U(const T &)> operation)parallel_chunk::ParallelChunkProcessor< T >inlinestatic
process_chunks(std::vector< std::vector< T > > &chunks, const std::function< void(std::vector< T > &)> &operation)parallel_chunk::ParallelChunkProcessor< T >inlinestatic
reduce(const std::vector< std::vector< T > > &chunks, std::function< T(const T &, const T &)> operation, T initial)parallel_chunk::ParallelChunkProcessor< T >inlinestatic