TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Which is the fastest web framework?

22 pointsby itarisover 7 years ago

9 comments

erickjover 7 years ago
What is crystal? And where are Java &amp; C++? Also, who the hell writes web frameworks in Objective-C?<p>Also... does anyone notice that this test shows that the web framework hosted under the same github account is the fastest.<p>edit: re: &quot;What is crystal?&quot;<p><a href="https:&#x2F;&#x2F;github.com&#x2F;crystal-lang&#x2F;crystal" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;crystal-lang&#x2F;crystal</a> ... I will say, I&#x27;m intrigued. I do love ruby, but unfortunately also hate dynamic typing. Crystal seems interesting.
评论 #16110447 未加载
评论 #16110415 未加载
评论 #16118734 未加载
评论 #16110452 未加载
jontroover 7 years ago
Doesn&#x27;t look like the test is warming up the web server. It sleeps 10 seconds (I assume) after starting the server but it might just as well fire some warmup requests.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tbrand&#x2F;which_is_the_fastest&#x2F;blob&#x2F;master&#x2F;tools&#x2F;src&#x2F;benchmarker.cr#L137" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tbrand&#x2F;which_is_the_fastest&#x2F;blob&#x2F;master&#x2F;t...</a>
mmanfrinover 7 years ago
This is measuring startup time, not actual request time. This seems nearly worthless unless you are looking to host something on AWS Lambda? Does the author honestly believe GET requests to rails sites take 2 and a half minutes on average?
评论 #16110697 未加载
daniel_iversenover 7 years ago
I think PHP is still the most popular web app language, a shame it’s missing out having a couple of it’s frameworks included in the test.
评论 #16110780 未加载
shirianover 7 years ago
Is the term &quot;framework&quot; really the best descriptor for this type of chunks of code?
godinaaover 7 years ago
I understand wanting to show off your latest project, but comparing a large framework like Rails to your couple hundred lines of crystal is not an honest comparison, not even taking into account the concerns of startup time as others mentioned.
JoshGlazebrookover 7 years ago
Is this essentially this again?<p><a href="https:&#x2F;&#x2F;www.techempower.com&#x2F;benchmarks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.techempower.com&#x2F;benchmarks&#x2F;</a><p>They appear to have slowed down in the frequency of test rounds though.
steveklabnikover 7 years ago
For Rust, this benchmark tests Nickel, Iron, and Rocket; all of which are synchronous. Async really helps here!
评论 #16110386 未加载
myasoover 7 years ago
How important is speed really? It&#x27;s not like it&#x27;s the only parameter you can measure a framework by, just happens to be the only quantifiable one.
评论 #16110488 未加载
评论 #16115696 未加载