Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DFA minimization #38

Open
osa1 opened this issue Jan 28, 2022 · 0 comments
Open

Implement DFA minimization #38

osa1 opened this issue Jan 28, 2022 · 0 comments
Labels
code size Related to generated code size perf Related to runtime performance

Comments

@osa1
Copy link
Owner

osa1 commented Jan 28, 2022

For the algorithm, in addition to dragon book, there's a paper "Fast brief practical DFA minimization" which is paywalled but available on sci-hub. (doi:10.1016/j.ipl.2011.12.004) (edit: also available here https://www.cs.cmu.edu/~sutner/CDM/resources/Valmari12.pdf)

A real-world example of how much difference DFA minimization makes: https://twitter.com/cfbolz/status/1461300039398088707

@osa1 osa1 added the feature New feature or request label Jan 28, 2022
@osa1 osa1 added code size Related to generated code size perf Related to runtime performance and removed feature New feature or request labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code size Related to generated code size perf Related to runtime performance
Projects
None yet
Development

No branches or pull requests

1 participant