You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great library! It really got me thinking!
I'm working on my own version that has the capability for each pipeline stage to be multi-threaded.
What would be a good demonstration of a pipeline where each stage would be running in its own thread?
I'm hoping it should be very easy to accomplish this capability, I just am looking for something that would show off that capability either in an unusual way or something that couldn't be done easily without multi-threaded pipeline stage capability.
Thanks for any ideas!
The text was updated successfully, but these errors were encountered:
davidsummers
changed the title
Question: What would be a good demonstration of pipeline stages that were each multi-threaded?
Question: What would be a good demonstration of pipeline stages that where each stage is multi-threaded?
Sep 1, 2021
davidsummers
changed the title
Question: What would be a good demonstration of pipeline stages that where each stage is multi-threaded?
Question: What would be a good demonstration of pipeline stages where each stage is multi-threaded?
Sep 1, 2021
@davidsummers Just to continue the discussion off your question because I think parallel algorithms is really interesting and it would be cool to see it in this repo but I’d imagine (correct me if I’m wrong) that you couldn’t parallelise each stage (each pipe) due to each pipe being sequential and owning in nature as opposed to a non-owning view like in std::ranges. But I think parallelising different pipes would be interesting.
Thanks for a great library! It really got me thinking!
I'm working on my own version that has the capability for each pipeline stage to be multi-threaded.
What would be a good demonstration of a pipeline where each stage would be running in its own thread?
I'm hoping it should be very easy to accomplish this capability, I just am looking for something that would show off that capability either in an unusual way or something that couldn't be done easily without multi-threaded pipeline stage capability.
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: