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
Whilst writing the PPP talk many of the examples were refined for the accompanying notebook. These should be reviewed to update those within the course.
Also opted to ignore the binary search example, it's difficult to justify a use-case.
Included a very brief @numba.njit example, this could be further developed.
The text was updated successfully, but these errors were encountered:
Paul Graham (NVidia) said they have alot of resources about super easy python-gpu accelerate stuff, like drop in cudf replacement for pandas. Directed him to leave more details here, can follow up if he fails to do so.
Someone random suggested that generator functions could be more performant than for-loops, I have a feeling I previously explored this and they're only recommended for saving memory, particularly with open ended streams of patterns.
Whilst writing the PPP talk many of the examples were refined for the accompanying notebook. These should be reviewed to update those within the course.
Also opted to ignore the binary search example, it's difficult to justify a use-case.
Included a very brief
@numba.njit
example, this could be further developed.The text was updated successfully, but these errors were encountered: