From b809127dcf922d8fcf6ba5583440456003066b01 Mon Sep 17 00:00:00 2001 From: "s.kamardin" Date: Tue, 1 Dec 2015 17:22:53 +0300 Subject: [PATCH] =) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5c0afc9..93bb2fc 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ func main() { ## Performance -In comparison with [go-glob](https://github.com/ryanuber/go-glob), it is ~2.5x faster (on my personal Mac), +In comparison with [go-glob](https://github.com/ryanuber/go-glob), it is ~2.5x faster (on my Mac), because my impl compiles patterns for future usage. If you will not use compiled `glob.Glob` object, and do `g := glob.New(pattern); g.Match(...)` every time, then your code will be about ~3x slower.