diff --git a/README.md b/README.md
index 23b907a5c..8c33c3432 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@ support. Flex reimagined: fast, flexible, adds Boost 💪
[RE/flex][reflex-url] is faster than Flex while providing a wealth of new
features. RE/flex is also much faster than regex libraries such as
Boost.Regex, C++11 std::regex, PCRE2 and RE2. For example, tokenizing a 2 KB
-representative C source code file into 244 tokens takes only 13 microseconds:
+representative C source code file into 244 tokens takes only 11 microseconds:
Command / Function | Software | Time (μs) |
-reflex --fast | RE/flex 1.3.4 | 13 |
+reflex --fast | RE/flex 1.3.5 | 11 |
flex -+ --full | Flex 2.5.35 | 17 |
-reflex --full | RE/flex 1.3.4 | 23 |
+reflex --full | RE/flex 1.3.5 | 19 |
boost::spirit::lex::lexertl::actor_lexer::iterator_type | Boost.Spirit.Lex 1.66.0 | 40 |
hs_compile_multi(), hs_scan() | Hyperscan 5.1.0 | 209 |
reflex -m=boost-perl | Boost.Regex 1.66.0 | 230 |
@@ -457,7 +457,8 @@ Changelog
- Jul 24, 2019: 1.3.1 added `matcher().tabs(n)` to set tab size, used by `columno()` and indent `\i` and dedent `\j` anchors, new `reflex::Pattern` methods, other improvements.
- Jul 27, 2019: 1.3.2 added defined name expansion in bracket lists for the union `||`, intersection `&&`, and subtraction `--` operations, e.g. `[||{letter}||{digit}]` expands into `[a-zA-Z0-9]` when `letter` is defined as `[a-zA-Z]` and `digit` is defined as `[0-9]`, see Character Classes in the documentation.
- Aug 5, 2019: 1.3.3 fixed `reflex::BoostMatcher` (and derived `reflex::BoostPosixMatcher`, `reflex::BoostPerlMatcher`) regression bug that crept into the 1.2.4 update.
-- Aug 7, 2019: 1.3.4 speed improvements.
+- Aug 7, 2019: 1.3.4 speed improvements for non-fast options.
+- Aug 8, 2019: 1.3.5 further speed improvements for both fast and non-fast options (15% to 30% faster).
[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/reflex.html
diff --git a/bin/reflex.exe b/bin/reflex.exe
index 78c60a004..2cd5bfeab 100755
Binary files a/bin/reflex.exe and b/bin/reflex.exe differ
diff --git a/doc/html/abslexer_8h.html b/doc/html/abslexer_8h.html
index 8fac917fc..cd7ab84e1 100644
--- a/doc/html/abslexer_8h.html
+++ b/doc/html/abslexer_8h.html
@@ -21,7 +21,7 @@
abslexer.h File Reference
- updated Wed Aug 7 2019 by Robert van Engelen
+ updated Thu Aug 8 2019 by Robert van Engelen
|
|
@@ -102,7 +102,7 @@
+Converted on Thu Aug 8 2019 14:05:16 by Doxygen 1.8.11