Skip to content
GitLab
Explore
Sign in
Implemented dedicated 'chunker' to replace ranges::views::chunk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Gerhard Raven
requested to merge
optimize-chunker
into
master
Dec 20, 2019
Overview
4
Commits
2
Pipelines
7
Changes
8
Expand
this chunker has the advantage (limitation) that it returns the chunks as span, and thus does not allocate memory
update the IFitter interface to accept span instead of vector
Merge request reports