numba / dispyatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispyatch

An experimental library to implement a MethodHandle-like API on Python VMs. MethodHandles are a Java Virtual Machine API for dynamically filling in function calls. This library attemps to provide a similar API accessible from Python that JITs to Python-compatible functions to allow type conversion and dispatch operations to be built in and consumed by Python programs.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.7%Language:Makefile 0.3%