Skip to content

Commit

Permalink
Add known inefficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Jul 8, 2017
1 parent c955e13 commit 29940b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ Supports `true`/`false` result for string matching against a regex.
- Unicode support
- Probably more, let me know!

### Known Inefficiencies

- Quantifiers using numeric literals (e.g. `a{40}`) generate numerous resulting
DFA states. This makes the output code very large very fast.

It may be possible to add support for compressing mostly-identical states
into a single state with parameters, to avoid so much output code.


Contributing
------------
Expand Down

0 comments on commit 29940b6

Please sign in to comment.