Skip to content

Remove Solution array #5

@Aaron3154518

Description

@Aaron3154518

The Solution array is of size 1,000,000 X 18, most of which is not used. Additionally, data is derived only from sets of two consecutive rows which means we do not need all 1,000,000 rows available at all times. We would like to change the code so that is fills a row in the same context where it derives data from it so that we can immediately dispose of that row.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions