How to make the fastest Router in Python
Router is one of the most important feature or component in Web application framework,
ant it is also one of the performance bottlenecks of framework.
In this session, I'll show you how to make router much faster than ever.
- linear search
- prefix search
- regexp concatenation
- regexp optimization
- finite state machine