aboutsummaryrefslogtreecommitdiffstats
path: root/net/go-httptreemux/pkg-descr
blob: 921a8a394bdd1d690201e196946caad3359cb200 (plain) (blame)
1
2
3
4
5
6
7
8
This is inspired by Julien Schmidt's httprouter, in that it uses a patricia
tree, but the implementation is rather different. Specifically, the routing
rules are relaxed so that a single path segment may be a wildcard in one route
and a static token in another. This gives a nice combination of high
performance with a lot of convenience in designing the routing patterns. In
benchmarks, httptreemux is close to, but slightly slower than, httprouter.

WWW: https://github.com/dimfeld/httptreemux