0.4.1
Changed
- NFA intersection performance optimizations by using lazy data structures.
NFA#disjointWithis now a lot faster.
Fixed
- Fixed NFA intersection always discarding the empty word. The intersection can now contain the empty word.
NFA#disjointWith is now a lot faster.