bartop / tpl

Template library for piping operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize storing callables in iterators - require pure callables.

bartop opened this issue · comments

Currently callables are store in lambdas by value but if callables were pure they could be stored by reference. This requires further research