diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-09-15 18:43:06 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-09-15 18:43:06 -0400 |
commit | 818006312a32eaf6a4310d2ff83ecf353bb13d18 (patch) | |
tree | 40bebf0e2c449fa5d5a0cb3f6d1216eb7b32bb26 | |
parent | 43c5248eb9285523ac712df7820a4b7205640776 (diff) | |
download | two-timer-818006312a32eaf6a4310d2ff83ecf353bb13d18.zip |
a bit more in the changes file
-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 |