You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already something here under "Optimizing code for **"", but it would be good to point users to more tips on how to find places in their code which disproportionately use resources.
eg., " my code runs slower on Fornax then on my laptop" - we could advise that user how to
find the bottlenecks in the code (examine output of top), and
remove those bottlenecks (parallelization)
eg., "my code is slow, how do I speed it up"
same answer as above
The text was updated successfully, but these errors were encountered:
There is already something here under "Optimizing code for **"", but it would be good to point users to more tips on how to find places in their code which disproportionately use resources.
eg., " my code runs slower on Fornax then on my laptop" - we could advise that user how to
eg., "my code is slow, how do I speed it up"
The text was updated successfully, but these errors were encountered: