Skip to content

Use NumPy for lists that never change #22

@fandreuz

Description

@fandreuz

Lists with constant size are the most used in the package. However, we lose some speed using Python's list, which isn't optimal when we know the size of the list in advance. numpy is preferable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementImprovement of an existing feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions