Comparison with Japronto?
See original GitHub issueHey Luke, first of all awesome project.
Its not an issue but a comparison with a complete different framework of a different language. Since I want to cut down server cost & all & provide an API server for a SAAS but I work with Node JS & have only little experience with Python.
So I was looking at the project Japronto its freakishly fast. More info about it here. I’ve checked the benchmarks & I don’t understand which ones to compare between Japronto & Polka.
Polka benchmarks says 41053.98
& then 414739 requests in 10.10s
, which ones to compare ❓
Can Polka be as fast as Japronto like it says it gives 1 million requests/second❓
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Do you compare with Japronto? | Hacker News
romanitalian on May 21, 2021 | parent | context | favorite | on: Extreme HTTP Performance Tuning. Do you compare with Japronto?
Read more >Python frameworks to watch in 2022 - LinkedIn
Awesome request/sec rate compared to Flask/Django. ... productivity even if performance is equitable Japronto will have an edge in python, ...
Read more >Comparison of new Python web frameworks - DeepSource
Comparison of new Python web frameworks · 1. Sanic · 2. Starlette · 3. Masonite · 4. FastAPI · 5. Responder · 6....
Read more >A million requests per second with Python - Medium
Japronto is a brand new micro-framework tailored for your ... it is a great performer compared to the preceding four, which are asynchronous ......
Read more >Michael Kennedy - Twitter
I decided to compare the GitHub projects of the new Python frameworks Sanic ... for japronto, not able to get quite an active...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I heavily suspect that’s a bug with the new benchmark suite 😆That repo has undergone a bunch of changes in the last week or so, and Japronto got caught in the mix.
But yes, +1 re:cluster mode. On my machine (and Node 8.9), Polka goes from 42k req/s to ~95k req/s with simple benchmarks.
@lukeed @paulocoghi the benchmark suite above is actually unrevelant (I know it, I maintain it). Soon, results will be more accurate, I’m working on it => https://github.com/the-benchmarker/web-frameworks/pull/632 ❤️