issues
search
Robert42
/
gl-research-toolkit
A small collection of tools thought for researching realtime graphic techniques using OpenGL
Other
5
stars
0
forks
source link
use more parallel exectution
#61
Open
Robert42
opened
8 years ago
Robert42
commented
8 years ago
[ ] search the code for
#ISSUE-61 STL
[ ] this functions can use multithreading by using the multithreading STL versions, like
std::experimental::parallel::stable_sort
[ ] search the code for
#ISSUE-61 OMP
[ ] this functions can be parallized using OpenMP
#ISSUE-61 STL
#ISSUE-61 OMP