Skip to content

Remove 'mutable' member from UMAP #224

Closed
@weefuzzy

Description

@weefuzzy

UMAP's embedding is currently marked as mutable in order to avoid code duplication between const and non-const invocations of optimizeLayout. Using mutable without an accompanying lock is asking for grief in a multithreaded world. Refactor to git rid of the need for mutable.

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