Skip to content

Memoise Input-Output pairs #10

@Proxihox

Description

@Proxihox

Add a boolean attribute to the problem class which will determine if the input-output pairs should be memoised for that problem or not. This is especially useful if the problem logic is computationally expensive. Memoised data can be stored and fetched from a map data structure. Precaution to be taken for concurrent access by multiple threads to this data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions