Skip to main content

No project description provided

Project description

numba-smartjit

Intro

smartjit @jit decorator adds extra customization of when code execution should fall back to the interpreter. It works as follow:

  1. For jitted functions with cache (overloads), use the jitted function if available, and interpreted code otherwise
  2. Add a dispatching logic, an optional function to pass to the jit decorator, which will decide wether to use jit or not.

Install

numba-smartjit is available on PyPI and can be installed with the command below:

pip install numba-smartjit

How to use it

howto.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numba-smartjit-0.0.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

numba_smartjit-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page