|
1 | | -# gorouter [](https://godoc.org/github.com/xujiajun/gorouter) <a href="https://travis-ci.org/xujiajun/gorouter"><img src="https://travis-ci.org/xujiajun/gorouter.svg?branch=master" alt="Build Status"></a> [](https://goreportcard.com/report/github.com/xujiajun/gorouter) [](https://coveralls.io/github/xujiajun/gorouter?branch=master) [](https://raw.githubusercontent.com/xujiajun/gorouter/master/LICENSE) [](https://github.com/xujiajun/gorouter/releases/tag/v1.0.1) [](https://github.com/avelino/awesome-go#routers) |
| 1 | +# gorouter [](https://godoc.org/github.com/xujiajun/gorouter) <a href="https://travis-ci.org/xujiajun/gorouter"><img src="https://travis-ci.org/xujiajun/gorouter.svg?branch=master" alt="Build Status"></a> [](https://goreportcard.com/report/github.com/xujiajun/gorouter) [](https://coveralls.io/github/xujiajun/gorouter?branch=master) [](https://raw.githubusercontent.com/xujiajun/gorouter/master/LICENSE) [](https://github.com/xujiajun/gorouter/releases/tag/v1.0.1) [](https://github.com/avelino/awesome-go#routers) |
2 | 2 | `xujiajun/gorouter` is a simple and fast HTTP router for Go. It is easy to build RESTful APIs and your web framework. |
3 | 3 |
|
4 | 4 | ## Motivation |
@@ -433,21 +433,21 @@ ok github.com/xujiajun/gorouter 15.918s |
433 | 433 |
|
434 | 434 | ### Conclusions: |
435 | 435 |
|
436 | | -* Performance (xujiajun/gorouter,julienschmidt/httprouter and teambition/trie-mux is fast) |
| 436 | +* Performance (xujiajun/gorouter,julienschmidt/httprouter and teambition/trie-mux are fast) |
437 | 437 |
|
438 | | -* Memory Consumption (xujiajun/gorouter and julienschmidt/httprouter is fewer) |
| 438 | +* Memory Consumption (xujiajun/gorouter and julienschmidt/httprouter are fewer) |
439 | 439 |
|
440 | | -* Features (julienschmidt/httprouter not support regexp,but others support it) |
| 440 | +* Features (julienschmidt/httprouter not supports regexp,but others support it) |
441 | 441 |
|
442 | | -> if you want a high performance router which support regexp, maybe [xujiajun/gorouter](https://github.com/xujiajun/gorouter) is good choice. |
| 442 | +> if you want a high performance router which supports regexp, maybe [xujiajun/gorouter](https://github.com/xujiajun/gorouter) is good choice. |
443 | 443 |
|
444 | | -> if you want a high performance router which not support regexp, maybe [julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) is good choice. |
| 444 | +> if you want a high performance router which not supports regexp, maybe [julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) is good choice. |
445 | 445 |
|
446 | 446 | In the end, as julienschmidt said `performance can not be the (only) criterion for choosing a router. Play around a bit with some of the routers, and choose the one you like best.` |
447 | 447 |
|
448 | 448 | ## Contributing |
449 | 449 |
|
450 | | -If you'd like to help out with the project. You can put up a Pull Request. |
| 450 | +If you'd like to help out with the project. You can put up a Pull Request. Thanks to all [contributors](https://github.com/xujiajun/gorouter/graphs/contributors). |
451 | 451 |
|
452 | 452 | ## Author |
453 | 453 |
|
|
0 commit comments