From: Joel Holdbrooks Date: Thu, 1 Aug 2013 23:56:05 +0000 (-0700) Subject: Add missing code to naive-pattern in benchmark X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d35e9dc9236f738741afec466c102f51ba6a12a9;p=frak.git Add missing code to naive-pattern in benchmark --- 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)))