Skip to content

Storing the list of all exponents in the same vector #180

@blegat

Description

@blegat

It could be a performance win to change this Vector{Vector{Int}} into Vector{Int}:

Z::Vector{Vector{Int}}

We could also use a Matrix{Int} but then adding exponents in the list might be more tricky.

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