Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Consider whether numba could be useful #26

@ARF1

Description

@ARF1

It might be worth considering whether numba could help with the parallel processing effort. For factorization it probably won't help due to the need to syncronize, but maybe for other applications?

Numba seems to support just-in-time compilation and static compilation of python functions with numpy arguments into C-code and as an added bonus offers the possibility to run on CPU & GPU and releasing the GIL in the compiled code to allow effective use of python threading. This might be easier to use for many applications than using cython.parallel.

Numba Homepage
Some examples

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions