Skip to main content

An implementation of the Intrepydd compiler

Project description

Intrepydd compiles Python code with type annotations to optimized C++ code. Check out our paper to learn more: Intrepydd: performance, productivity, and portability for data science application kernels.

Install

Anaconda (Python3) is required to run Intrepydd. Install intrepydd using pip:

pip install intrepydd

Usage Example

import intrepydd
from intrepydd import float64

def foo() -> float64:
    a = 1.0
    b = 2.0
    c = (a + b) * 3.0 # type: float64
    return c

foo1 = intrepydd.compile(foo)
print(foo1())

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

intrepydd-0.1.6.tar.gz (45.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

intrepydd-0.1.6-py3-none-any.whl (51.4 kB view details)

Uploaded Python 3

File details

Details for the file intrepydd-0.1.6.tar.gz.

File metadata

  • Download URL: intrepydd-0.1.6.tar.gz
  • Upload date:
  • Size: 45.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for intrepydd-0.1.6.tar.gz
Algorithm Hash digest
SHA256 434bc7c94c76aa1c0e5106c8c49fe6e334425e28f78be8d02707344d8c17eaa3
MD5 89fabc663f7191b520718e3244912ae5
BLAKE2b-256 2a4d7885839df37ff3046cb0047bacb27f4662abe3052625442552b6c75ca8e7

See more details on using hashes here.

File details

Details for the file intrepydd-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: intrepydd-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 51.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for intrepydd-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7b5e2b381797117eb4b4722feea115ef45534d0a83af8d9af162be6f4868b1d8
MD5 269427e0b9acd13cc61b3440b5c4bbd0
BLAKE2b-256 06fbc395fc54fd6b3a070e7e73a07d208a959b63132358d283278253bda5045b

See more details on using hashes here.

Supported by

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