Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjustment adapter possible improvements #124

Open
2 tasks
YarikTH opened this issue Aug 17, 2023 · 0 comments
Open
2 tasks

adjustment adapter possible improvements #124

YarikTH opened this issue Aug 17, 2023 · 0 comments

Comments

@YarikTH
Copy link
Owner

YarikTH commented Aug 17, 2023

Description

  • handle case where collected events are passed via event_range instead of std::apply it is hard without event_range modification, because currently it stores const std::vector<E>& while we collect in std::array<E, N> here
  • for event_range case for transform and filter we can introduce special mode which allows to receive ranges with len less than N. I'm not sure is it needed, but it's nice to have
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant