Python JIT compiler for near-native performance of low-level arithmetic
Project description
pyrbo
Python JIT compiler for near-native performance of low-level arithmetic
Install
These are generic installation instructions.
To use, disposably
Install the current release from PyPI to a virtual environment:
python3 -m venv venvname
venvname/bin/pip install -U pip
venvname/bin/pip install pyrbo
. venvname/bin/activate
To use, permanently
pip3 install --user pyrbo
See ~/.local/bin for executables.
To develop
First install venvpool to get the motivate command:
pip3 install --user venvpool
Get codebase and install executables:
git clone git@github.com:combatopera/pyrbo.git
motivate pyrbo
Requirements will be satisfied just in time, using sibling projects with matching .egg-info if any.
API
pyrbo
pyrbo.leaf
turbo
def turbo(**kwargs)
Accelerate the decorated function or method using Cython.
The types kwarg is a dict of local variables (including params) to their numpy type.
(If types would be the only kwarg, its contents may be provided to turbo directly.)
pyrbo.model
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrbo-14.tar.gz.
File metadata
- Download URL: pyrbo-14.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82f132995a9cd00702f6ac07ae07a5f260f66056b067f066b13760e9b437b03d
|
|
| MD5 |
f52cd43d68dd5e1d1c71dae905e5787d
|
|
| BLAKE2b-256 |
90d471bb4c6078b6c72f9e5388f99695a81664b7cff5224c39969cbef883071d
|
File details
Details for the file pyrbo-14-py3-none-any.whl.
File metadata
- Download URL: pyrbo-14-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77675bd63eb19cf89ead696a64442f0b809ec24588138d7a8160aeeabf2f9c54
|
|
| MD5 |
b2b152fd93b899c482734932d64472de
|
|
| BLAKE2b-256 |
fff0c785f51e1a1b54423f630a21b56f47b7235d508411f1d928283a53304c3d
|