julienschmidt / go-http-routing-benchmark

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

add lenrouter #95

Open PratikDeoghare opened 4 years ago

PratikDeoghare commented 4 years ago

I would like to add a router I wrote to the benchmarks. It uses length of the path to make the routing decisions.

https://github.com/PratikDeoghare/lenrouter

Please, take a look. Danke!