Thanks to visit codestin.com
Credit goes to github.com

Skip to content

separate compilation process #12

Description

@thautwarm

After generating cython code, the compilation(cythonize + cc compile .c to .pyd) could be proceeded in a separate process.

Without this, there will be a notable JIT latency.

root_func = jit_root(func)
root_func(arg1, arg2) # root_func uses the original implementation if func hasn't been specialised and compiled yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions