Skip to content

investigate cython / pybind11 / cextension #3

@tacaswell

Description

@tacaswell

The acceleration is currently being done via numba (which is a big run-time dependency).

It may be worth investigating re-implementing this in cython to:

  • see if we can get any more speed (worth it!)
  • change a run-time dependency to a build time dependency (might be worth it at equal speed)

It might also be worth looking into wrapping c++ / c code and either using pybind11 or a direct c-extension.

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