User profile: PhysicsIsFun

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

scientific computing - optimize speed
The time difference disappears when using optimization flag [code]--O3[/code]. It seems to be norma...

Website does not work properly with Linux
True. hopefully it will not put off too many users.

Website does not work properly with Linux
That's a shame. This is my go-to place to learn C++.

scientific computing - optimize speed
Using `perf`, I verified that 98% of the work actually comes from the force routine. These are the f...

scientific computing - optimize speed
I asked ChatGPT for advice, and it recommended me to use [code]std::array[/code] structure like [cod...