Taskflow: A Parallel and Heterogeneous Task Programming System Using Modern C++ - Tsung-Wei Huang

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 7

  • @wangyi8848
    @wangyi8848 3 роки тому +5

    Top-level thinking of the parallel problem, the great parallel library I have known.

  • @telewakent
    @telewakent 2 роки тому +1

    Happy to have discovered this great library just as i am considering implementing concurrency into my application

  • @ephimp3189
    @ephimp3189 3 роки тому +4

    could you simulate pipelining by making a number of taskflow copies - equal to number of pipeline stages, putting them in a queue and launching them one by one as new data comes in

  • @Carutsu
    @Carutsu 2 роки тому

    Is anythig like this available but for coordination across processes?

  • @trendingtopicresearch9440
    @trendingtopicresearch9440 3 роки тому +2

    How does it compare to FastFlow?

    • @Gonzihh
      @Gonzihh 3 роки тому +2

      fastflow looks very incomplete compared to this library