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:
- For jitted functions with cache (overloads), use the jitted function if available, and interpreted code otherwise
- 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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file numba-smartjit-0.0.1.tar.gz
.
File metadata
- Download URL: numba-smartjit-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.30.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b20d7d072d2c7382d86abb60d7e98a4a98f51e17eb17e526c001dcb0f9b584f |
|
MD5 | 9f01738eceb477753e60db39505c44dd |
|
BLAKE2b-256 | 03ab7962735bb6a30640b3912a0709723e9b6d3f62de9cee7709f13432269fb8 |
File details
Details for the file numba_smartjit-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: numba_smartjit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.30.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c46f50b40b1c72397c546633fcf79f93d7045d0714c428862309aabfa3c25f |
|
MD5 | c3a2df02f455dfdd6bc2a35da2a08d9b |
|
BLAKE2b-256 | e4084649273cff4451af37b228d1811b58d38f45aa74d889e01b1f42b5de096e |