The Daily Go
A high performance HTTP request router that scales well
The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
https://github.com/julienschmidt/httprouter
#HTTP #Router #Repository
A high performance HTTP request router that scales well
The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
https://github.com/julienschmidt/httprouter
#HTTP #Router #Repository
GitHub
GitHub - julienschmidt/httprouter: A high performance HTTP request router that scales well
A high performance HTTP request router that scales well - julienschmidt/httprouter