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

Parallel algorithms should accept iterator/sentinel pairs #3646

Closed
45 tasks done
hkaiser opened this issue Feb 1, 2019 · 5 comments
Closed
45 tasks done

Parallel algorithms should accept iterator/sentinel pairs #3646

hkaiser opened this issue Feb 1, 2019 · 5 comments

Comments

@hkaiser
Copy link
Member

hkaiser commented Feb 1, 2019

Our parallel algorithms currently expect for the begin/end iterator pairs to be of the same type. This is an unnecessary limitation. We should relax that.

Here is the list of algorithms that need to be adapted:

@gonidelis
Copy link
Contributor

gonidelis commented May 15, 2020

@hkaiser Should we link the related Technical Specification to the description?

@hkaiser
Copy link
Member Author

hkaiser commented May 15, 2020

@hkaiser Should we link the relevant Technical Specification to the description?

Sure, please feel free to do that, thanks!

@gonidelis
Copy link
Contributor

gonidelis commented May 16, 2020

Related TS : The latest Technical Specification that fully describes the changes that need to be made.

@hkaiser hkaiser added this to Open Tickets in Standard Algorithms Jun 10, 2020
@hkaiser hkaiser mentioned this issue Aug 4, 2020
21 tasks
@hkaiser hkaiser added this to the 1.6.0 milestone Aug 4, 2020
@gonidelis
Copy link
Contributor

@hkaiser Please replace the obsolete transform PRs with the new one #5051. Thanks :)

@hkaiser
Copy link
Member Author

hkaiser commented Nov 15, 2021

Thanks to everybody resolving the issue. Closing this now!

@hkaiser hkaiser closed this as completed Nov 15, 2021
Standard Algorithms automation moved this from Open Tickets to Merged to master Nov 15, 2021
@hkaiser hkaiser added this to the 1.8.0 milestone Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Standard Algorithms
  
Merged to master
Development

No branches or pull requests

3 participants