Skip to content

Replace Record inner RwLocks with Cells in the case of mutable values #276

@maplant

Description

@maplant

Record fields are not required to be mutable, so they shouldn't be fixed as RwLocks. Replacing them as Cells is more performant.

Eventually, we want to make as many data structures as possible be Records so we can reduce the tag size as much as possible to allow for fixed integers of reasonable sizes.

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