Parallel init
When doing the first initialization, we are looping over all particles with a single thread. In my implementation, we are now using threadpool_map
to do it on multiple threads.
When doing the first initialization, we are looping over all particles with a single thread. In my implementation, we are now using threadpool_map
to do it on multiple threads.