Skip to content

Commit 926232e

Browse files
committed
Slightly change the conclusions
It seems like a lot of people understood the previous conclusion to HttpRouter as a recommendation. This is not my goal. Neither it was my goal to sound cocky.
1 parent 0974330 commit 926232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,6 @@ Denco and its predecessor Kocha-urlrouter seem to have great performance, but ar
366366

367367
[Goji](https://github.com/zenazn/goji/) looks very decent. It has great performance while also having a great range of features, more than any other router / framework in the top group.
368368

369-
However, the crown for the best performance I keep for myself for the [HttpRouter](https://github.com/julienschmidt/httprouter) package, which currently dominates nearly all benchmarks.
369+
Currently no router can beat the performance of the [HttpRouter](https://github.com/julienschmidt/httprouter) package, which currently dominates nearly all benchmarks.
370370

371371
In the end, 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.

0 commit comments

Comments
 (0)