go-json-rest icon indicating copy to clipboard operation
go-json-rest copied to clipboard

Non recursive based Trie find function

Open ant0ine opened this issue 11 years ago • 0 comments

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.

ant0ine avatar Dec 01 '14 02:12 ant0ine