Skip to content

Performance issue with intersection algorithm on complex automata #5

Description

@alexvbrdn

The current implementation of the intersection algorithm on automata appears to be slow when dealing with very complex automata. In some cases, the determinization algorithm, which has exponential complexity, performs faster on the same type of automaton than the intersection algorithm, which has quadratic complexity.

Possible actions:

  • Investigate and optimize the current implementation
  • Minimize the number of OS calls within loops
  • Consider rethinking the algorithm for improved performance

Metadata

Metadata

Assignees

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