From d35e9dc9236f738741afec466c102f51ba6a12a9 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Thu, 1 Aug 2013 16:56:05 -0700 Subject: [PATCH] Add missing code to naive-pattern in benchmark --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d695a64..3c439e9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ You can view the full expression [strs] (->> strs (clojure.string/join "|") - (format "(?:%s)"))) + (format "(?:%s)") + re-pattern)) ;; Shuffle 10000 words and build a naive and frak pattern from them. (def ws (shuffle (take 10000 words))) -- 2.25.1