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.

Iris: fastest go web framework

5 pointsby dcuabout 9 years ago

3 comments

makarosabout 9 years ago
It's the fastest go framework!! it says that you the server is optimizing itself at the runtime, if you use more than one core it uses other router, if you have domains in your router it uses other router mechanism if you use cache it uses other router. It is real I am using this framework 1 week for a site with million requests it operates faster than httprouter and gin and others I tried before
gravypodabout 9 years ago
Do they have a document talking about what they did to achieve those speeds?
clishemabout 9 years ago
I wonder if a framework that uses fasthttp instead of net/http can be even more performant.