Skip to content

Implemented dedicated 'chunker' to replace ranges::views::chunk

Gerhard Raven requested to merge optimize-chunker into master
  • 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