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

Powerset construction is slower than it needs to be #3

Open
3 tasks
Quincunx271 opened this issue Jul 19, 2021 · 0 comments
Open
3 tasks

Powerset construction is slower than it needs to be #3

Quincunx271 opened this issue Jul 19, 2021 · 0 comments
Labels
performance Something should be faster or its speed is a cause for concern

Comments

@Quincunx271
Copy link
Owner

Quincunx271 commented Jul 19, 2021

  • Epsilon closure is constantly recomputed instead of cached.
  • std::set / sorted std::vector adds at least a log n factor.
  • dfa and nfa only takes edge-lists for their constructors, requiring the list exists in memory.
@Quincunx271 Quincunx271 added the performance Something should be faster or its speed is a cause for concern label Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something should be faster or its speed is a cause for concern
Projects
None yet
Development

No branches or pull requests

1 participant