diff options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,4 +33,5 @@ * added parsable function ## 1.2.1 * bumpled lazy_static and pidgin dependencies -* use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro
\ No newline at end of file +* use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro +this cuts about 0.4 seconds off the startup time of two_timer on my machine, going from 0.85 seconds to 0.48 seconds
\ No newline at end of file |