go-http-routing-benchmark icon indicating copy to clipboard operation
go-http-routing-benchmark copied to clipboard

Go HTTP request router and web framework benchmark

Results 24 go-http-routing-benchmark issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.0. Release notes Sourced from github.com/gin-gonic/gin's releases. Release v1.7.0 BUGFIXES fix compile error from #2572 (#2600) fix: print headers without Authorization header on broken pipe...

dependencies

Bumps [gopkg.in/macaron.v1](https://github.com/go-macaron/macaron) from 1.3.4 to 1.3.7. Commits addc746 static: clean the path URL before redirecting (#199) 002c0ce static: surround ETag with quotes (#194) bbb5ca2 codecov: formalize coverage settings (#191) 887b644...

dependencies

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!

https://github.com/cnotch/apirouter It provides a lightning fast RESTful api router. I've implemented the benchmark myself in https://github.com/cnotch/go-http-routing-benchmark.

``` BenchmarkAero_Param5 17845056 66.8 ns/op 0 B/op 0 allocs/op BenchmarkAero_Param20 40719792 29.2 ns/op 0 B/op 0 allocs/op ``` `BenchmarkAero_Param20` took less time than `BenchmarkAero_Param5` which made me suspicious. `BenchmarkAero_Param20` is...

Add Golossus router stable version 1.0 Signed-off-by: Santiago Garcia Co-authored-by: Santiago Garcia

I followed the instructions to run this test myself and got the following. I'm running on ubuntu 18.04 and go 1.13.5 ``` go get github.com/julienschmidt/go-http-routing-benchmark # github.com/julienschmidt/go-http-routing-benchmark src/github.com/julienschmidt/go-http-routing-benchmark/routers.go:1242:23: undefined: possum.Context...