summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-09-15 18:43:06 -0400
committerdfhoughton <dfhoughton@gmail.com>2019-09-15 18:43:06 -0400
commit818006312a32eaf6a4310d2ff83ecf353bb13d18 (patch)
tree40bebf0e2c449fa5d5a0cb3f6d1216eb7b32bb26
parent43c5248eb9285523ac712df7820a4b7205640776 (diff)
downloadtwo-timer-818006312a32eaf6a4310d2ff83ecf353bb13d18.zip
a bit more in the changes file
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index cda80bd..5c183c1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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