Skip to content

Use Cython, Numba, or C/C++ for algorithmic code #126

Open
@mrocklin

Description

@mrocklin

It seems likely that we'll want the ability to write fast numeric code in a low-level-ish language. There are a few options:

  1. Cython
  2. Numba
  3. C/C++, wrapped with a variety of other options

We should make a decision here before investing serious time in one path or the other.

There are, I think, a few categories of concerns:

  1. Speed
  2. Community adoptability (as a dependency)
  3. Barriers to attracting new developers
  4. Barriers to maintenance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions