Skip to content

InternedString type #2016

@andrew4328

Description

@andrew4328

Interned strings would speed up data structures that rely on string comparison for equality like TGround or Var / Lit.

type Type = TGround{ tag: InternedString, parameters: Vector<Type> }

This would become integer comparison instead of string comparison.

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