julienschmidt / go-http-routing-benchmark

Go HTTP request router and web framework benchmark
BSD 3-Clause "New" or "Revised" License
1.65k stars 237 forks source link

add vanilla router to benchmark #46

Closed l3pp4rd closed 9 years ago

l3pp4rd commented 9 years ago

Vanilla router aim is to serve http.Handler. It combines the following packages:

It can be used as an example on how stable GO packages in the wild can be combined.

l3pp4rd commented 9 years ago

seems like beer router triggers panic from it's context in tests

l3pp4rd commented 9 years ago

on the other hand, the standard library is the best choice, cheers