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 speedHi guys, thanks for your interest and hints that focusing on the algorithm could lead to much great...
Pybind11 slows my C++ code substantiallyGreetings 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...