Skip to content

Instantly share code, notes, and snippets.

@vlavorini
Created March 3, 2018 09:47
Show Gist options
  • Save vlavorini/9672ff118f6a589312b8f42895622293 to your computer and use it in GitHub Desktop.
Save vlavorini/9672ff118f6a589312b8f42895622293 to your computer and use it in GitHub Desktop.
from numba import jit
@jit
def example_function(arguments):
#this function will be compiled by Numba
...
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment