An open API service indexing awesome lists of open source software.

https://github.com/adrianfilsell/stl-parallel_for

parallel_for implemention using STL
https://github.com/adrianfilsell/stl-parallel_for

Last synced: about 1 year ago
JSON representation

parallel_for implemention using STL

Awesome Lists containing this project

README

          

# stl-parallel_for
parallel_for implemention using STL
c++/stl implementation of parallel_for. Intel TBB version 4/update 4 has issues with c++ v20/v23. Intel oneTBB does not have a static lib version ( could probably build github oneTBB codebase into a static lib ), therefore wrote my own parallel_for implementation. This out performed Intel and Parallel Patterns Library parallel_for implementations for my case usage, more details can be found here:

https://www.youtube.com/watch?v=AlFz_AFnO4w