-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add content on performance (e.g. benchmarks, mention accelerators) #370
Comments
Do you have pointers on how those benchmarks should look like? Is there a preferred set of problems to test code in? See, for example https://julialang.org/benchmarks/ |
The idea of that Julia page is about right I think, short and with only a plot, no code. The main things I'd change from that:
Off the top of my head I'm not sure about an existing widely used set of benchmarks to adopt. |
Thanks @rgommers for opening this issue! Few remarks:
|
That's a good point, yes.
I don't think I'd want to get into that, on the same page at least. Because then we'd also have to touch on other forms of parallelism (e.g. Dask, multiprocessing, asyncio).
Thanks, I wasn't aware of this article. It's really well-written.
I think the page really should focus on performance, rather than turning into a tutorial. So this can be one line to one paragraph, but it should link elsewhere for things like profiling. |
Adding links to the recent Nature correspondence by @paugier et al.:
|
Related to #308 (comment) (connect content to "key features" on front page).
Adding content on benchmarks and accelerators (i.e. Cython, Numba, Pythran, Transonic) was also just suggested in https://mail.python.org/pipermail/numpy-discussion/2020-November/081248.html
The text was updated successfully, but these errors were encountered: