Skip to content

Convert lexical UUIDs to use integer IUIDs #2028

@andrew4328

Description

@andrew4328

Strings take heap memory to store. Integers do not. Moving the phi ids to use integers increased runtime performance but also freed up a lot of memory. This same improvement could be applied to variables that are generated with uuid identifiers.

Instead of uuid_11234
Use uuid#11234

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