Skip to content

Use NumPy for lists that never change #22

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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