Skip to content

Precise Unicode emoji parsing is too slow #3

@favonia

Description

@favonia

Currently the parser precisely recognizes the usual ASCII stuff, all Unicode emojis, and a few Unicode symbols. The precise grammar for emojis is unfortunately too large for the Earley library we use---even a small program can take seconds to parse. It seems we have to give up the precise grammar for Unicode emojis. 😭

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions