VividCortex / siesta

Composable framework for writing HTTP handlers in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor routing

Preetam opened this issue · comments

We should use a tree-based structure instead of a map of regular expressions. Iterating through a map is also non-deterministic so we should avoid that.

See #9.