RSSAmplifier

PGJones' blog · Jun 26, 2022

Faster routing for Flask & Quart

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The existing HTTP router used by Flask and Quart will soon be significantly faster thanks to improvements in the upcoming Werkzeug 2.2. These improvements switch the router algorithm from a regex table to state machine without any loss in functionality.

Read on pgjones.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.