go-json-rest
go-json-rest copied to clipboard
Non recursive based Trie find function
The Trie based router scales well, but it could be even faster by replacing the current implementation of the Find() method by one that would not be based on recursion.
This should have no impact on the routing behavior. And the performance improvement should be proved by benchmarking before merging to master.