Last active
January 15, 2024 08:09
-
-
Save safijari/fa4eba922cea19b3bc6a693fe2a97af7 to your computer and use it in GitHub Desktop.
thank you so much
thank you for the 'https://www.youtube.com/watch?v=x58W9A2lnQc' video, but could you give examples of how numba handles different dtypes
In code block 58, is nogil=True required along with parallel=True?
3q
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the notebook I used to prepare for the video "Numba makes your Python fast like C". Note that it may fail to render but you can download it and run it with
ipython notebook
in a virtualenv (just ensure you additionally have numba, matplotlib, and numpy installed).