Skip to content

Design a method of storing symbols beating our current O(log n) time. #3

@raeez

Description

@raeez

Candidates
* use a container (http://hackage.haskell.org/package/hashmap or http://hackage.haskell.org/package/unordered-containers)

Confirmed: Hash Maps are the current "industry standard" solution to fast lookups (as opposed to our current [SymbolRecord].

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