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
https://github.com/numpy/numpyorg-benchmarks/tree/main/nbody_problem#numpy-benchmarks - It would be great if some more explanation can be added here like what is meant by realistic situation, the metrics used (time and memory, etc), which libraries, languages are used for comparison. I think that the motivation here is to measure performance of NumPy in algorithmic solutions of hard problems.
https://github.com/numpy/numpyorg-benchmarks/tree/main/nbody_problem#usage - I would suggest to remove sudo from all the commands. Ideally, users should install the dependencies in their environments not requiring sudo access. If it's a compulsory requirement then it should be mentioned in the README.
https://github.com/numpy/numpyorg-benchmarks/tree/main/nbody_problem/images - The graph is good here. It would look better if we use line graphs to show trends of how time varies with varying scale (nParticles). Putting all of the data in one line graph would show how every technology (libraries, languages, compilers) compare with each other.
sudo
from all the commands. Ideally, users should install the dependencies in their environments not requiring sudo access. If it's a compulsory requirement then it should be mentioned in the README.nParticles
). Putting all of the data in one line graph would show how every technology (libraries, languages, compilers) compare with each other.The text was updated successfully, but these errors were encountered: