libfork
libfork copied to clipboard
Update on Taskflow's benchmarks
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 :)