Can you run some benchmarks please comparing this to other golang routers / muxes in addition to the stdlib mux? A few very popular ones: * [chi](https://github.com/pressly/chi) * [httprouter](https://github.com/julienschmidt/httprouter) * [govuk router](https://github.com/alphagov/router)
Can you run some benchmarks please comparing this to other golang routers / muxes in addition to the stdlib mux?
A few very popular ones: