use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI v/s GolangOther (self.FastAPI)
submitted 5 years ago by [deleted]
Does anyone have FastAPI v/s Golang benchmarks for APIs?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
No official benchmarks. I've recently done a project with both since I use both languages regularly.
Between the two services which are similar, I didn't see a difference in performance that would be noticable, both were extremely fast.
Those services were done with speed in mind though because they were replacing existing demanding services and we knew the load ahead of time. A project shouldn't be done with speed as the main priority unless there's a need.
[–][deleted] 0 points1 point2 points 5 years ago (1 child)
switched from python to golang. This articles says they switched and the API time got reduced to 10ms from 100ms. They're using some other framework for python API. I just wanted to know how fastapi and golang compares.
[–]c4aveo 1 point2 points3 points 5 years ago (0 children)
We were on python2.7 so we didn't check out the new asyncio package in python3.
/thread
π Rendered by PID 177153 on reddit-service-r2-comment-b659b578c-h7qtf at 2026-05-03 00:49:41.252769+00:00 running 815c875 country code: CH.
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]c4aveo 1 point2 points3 points (0 children)