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
- Host: GitHub
- URL: https://github.com/adrianfilsell/stl-parallel_for
- Owner: AdrianFilsell
- Created: 2023-04-09T09:57:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T14:15:55.000Z (about 3 years ago)
- Last Synced: 2025-02-06T05:30:18.876Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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