This commit is contained in:
s.kamardin 2016-01-18 13:39:43 +03:00
parent 90efcee015
commit 255f474e5f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Pattern | Fixture | Operations | Speed (ns/op)
`{https://*.google.*,*yandex.*,*yahoo.*,*mail.ru}` | `http://yahoo.com` | 10000000 | 167 `{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 `{https://*gobwas.com,http://exclude.gobwas.com}` | `https://safe.gobwas.com` | 50000000 | 24.7
`abc*` | `abcdef` | 200000000 | 9.49 `abc*` | `abcdef` | 200000000 | 9.49
`*def` | `abcdef` | 200000000 | 9.60 ns/op `*def` | `abcdef` | 200000000 | 9.60
`ab*ef` | `abcdef` | 100000000 | 15.2 `ab*ef` | `abcdef` | 100000000 | 15.2
[godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg [godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg