libfork icon indicating copy to clipboard operation
libfork copied to clipboard

Update on Taskflow's benchmarks

Open tsung-wei-huang opened this issue 5 months ago • 1 comments

Hi @ConorWilliams , thank you for the great library! It's nice to see the comparison between libfork and Taskflow. In the recent release, Taskflow has suggested the implementation of recursive parallelism, such as fibonacci patterns, using tf::Runtime. The benchmark folder also includes the implementation of fibonacci, integrate, nqueen, primes, and skynet using tf::Runtime. Unless you need a subgraph with complex dependencies, choosing tf::Runtime is much better than tf::Subflow.

Please don't hesitate to let me know if there is anything I can help :)

tsung-wei-huang avatar May 07 '25 15:05 tsung-wei-huang