Skip to content

Instantly share code, notes, and snippets.

@kwatch
Last active October 18, 2018 02:39
Show Gist options
  • Save kwatch/8bb15cbbcac5b7a1b274fe8db2b2f0bf to your computer and use it in GitHub Desktop.
Save kwatch/8bb15cbbcac5b7a1b274fe8db2b2f0bf to your computer and use it in GitHub Desktop.
発表内容案
Title: How to make the fastest Router library 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
(20 min)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment