Skip to content

Release 0.9

Compare
Choose a tag to compare
@keiffster keiffster released this 05 Jul 14:42
· 624 commits to master since this release

The primary new features in this release are some significant performance increases following a major refactoring of the pattern and template node code.

This also introduces the ability to write and add your own tags to the code via configuration files, rather than opening the code base itself. Documentation to following on developing your own tags

Significant performance updates with the move of a number of lookups from for loops ( !!!! ) to map lookups

Finally, introduce the ability to save the entire grammar brain to a binary file and to load it later. This reduces subsequent load times by 4 - 5 times

Enjoy