Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

>200x disparity in computation time between computers #88

Open
johncoxon opened this issue Mar 22, 2024 · 0 comments
Open

>200x disparity in computation time between computers #88

johncoxon opened this issue Mar 22, 2024 · 0 comments

Comments

@johncoxon
Copy link

A student and I are working together on some data and using aacgmv2 to convert some coordinates.

On their machine (AMD Ryzen 5 3600):

%timeit convert_mlt(np.arange(90), dt.datetime(2015, 1, 1))
2.19 ms ± 69.2 us per loop (mean ± std. dev. of 7 runs, 100 loops each)

On my machine (Apple M1 Ultra):

%timeit convert_mlt(np.arange(90), dt.datetime(2015, 1, 1))
509 ms ± 24.8 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)

So, on my computer, the process is more than 200x slower than on theirs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant