RSSAmplifier

Andrew Brookins · May 23, 2021

Rewriting an API to Use FastAPI: Benchmarks and Lessons Learned

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.

Last week at work, I rewrote an API to use FastAPI and as much async Python as possible. Then I benchmarked the old and new versions of the API to see which was truly fastest. The summary? FastAPI and async Python made my API much faster . Check the rest of this article for the longer story, including how the rewrite went, bugs I ran into, and benchmarks. About FastAPI FastAPI is an async Python…

Read on andrewbrookins.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.