Skip to content

Optimization: Remove NFAs, implement DFA union #24

@jswrenn

Description

@jswrenn

Right now, determinizing and minimizing our NFAs is a major performance bottleneck. However, our FAs are only N because of Rust unions. I believe we can cut out the NFA representation altogether. Given DFAs A and B, we can efficiently compute the union(A, B) without producing an intermediate NFA that must be determinized and minimized.

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