User profile: PhysicsIsFun

User info
User name:PhysicsIsFun
History
Joined:
Number of posts:297
Latest posts:

Pybind11 slows my C++ code substantially
@Peter87 We are talking seconds to minutes to hours, depending on the user's input (eg., how many pa...

scientific computing - optimize speed
Hi guys, thanks for your interest and hints that focusing on the algorithm could lead to much great...

Pybind11 slows my C++ code substantially
Greetings everyone, continuing with my particle simulation, I am trying to turn it into a python pa...

scientific computing - optimize speed
@jonnin yes, every thread is supposed to be worked on by one dedicated core. I did indeed try to use...

scientific computing - optimize speed
@keskiverto, yes I am using [code] std::vector<coordinate>[/code]. I wrote the whole simulation i...