Skip to content

Forgex v2.0

Compare
Choose a tag to compare
@ShinobuAmasaki ShinobuAmasaki released this 10 Jul 00:40
· 600 commits to main since this release

New Feature

This release includes the following feature:

  • On-the-Fly DFA construciton is implemented.

About the Internal Implementation

This includes the following internal implementation changes:

  • the prefix forgex_ was added to all internal module names,
  • the automaton_m module was divided into the forgex_lazy_dfa_m and forgex_nfa_m modules,
  • time and memory space consumption was reduced.

No API changes.