From 255f474e5f90871d8ac06f637afaa9010a48aaa6 Mon Sep 17 00:00:00 2001 From: "s.kamardin" Date: Mon, 18 Jan 2016 13:39:43 +0300 Subject: [PATCH] Update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f5511ee..576c097 100644 --- a/readme.md +++ b/readme.md @@ -106,7 +106,7 @@ Pattern | Fixture | Operations | Speed (ns/op) `{https://*.google.*,*yandex.*,*yahoo.*,*mail.ru}` | `http://yahoo.com` | 10000000 | 167 `{https://*gobwas.com,http://exclude.gobwas.com}` | `https://safe.gobwas.com` | 50000000 | 24.7 `abc*` | `abcdef` | 200000000 | 9.49 -`*def` | `abcdef` | 200000000 | 9.60 ns/op +`*def` | `abcdef` | 200000000 | 9.60 `ab*ef` | `abcdef` | 100000000 | 15.2 [godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg