1 Repo
Splits large data ranges into smaller blocks and processes them concurrently using parallel_for and parallel_reduce patterns.
Distinct from Parallel Iterators: Distinct from Parallel Iterators: focuses on chunking a contiguous range into blocks for parallel iteration, not general iterator-based data partitioning.
Explore 1 awesome GitHub repository matching data & databases · Chunked Range Iterations. Refine with filters or upvote what's useful.
oneAPI Threading Building Blocks (oneTBB)
Provides parallelfor and parallelreduce algorithms that split data ranges into chunks for concurrent processing.