Live data from Hacker News

Iris: Fast back-end web framework for Go

iris-go.com

1–10 of 125 posts

Re: Iris: Fast back-end web framework for Go

#4
The graph on the homepage says echo2-fasthttp processed almost half the requests that iris processed, but in half the time. Wouldn't that make them approximately equal? I think what it's trying to communicate is the number of requests each framework managed in 500ms, but it isn't clear.

Re: Iris: Fast back-end web framework for Go

#8

That graph is really confusing, is the x axis a progression of processing times from 0 up to ~1000ms? If so then wouldn't it mean that Echo-2-fasthttp has nearly as good requests/second?

It is confusing. They meant the benchmark used a 500ms "workload" (sleep) per request handler -- x isn't really an axis.

Re: Iris: Fast back-end web framework for Go

#10
post #9

Not only is this page riddled with typos that lead me to doubt the quality of the code, the concept of a framework is fundamentally complex and at odds with the goals of Go.

The project creator is from Greece and is not a native English speaker. How about maybe cut some slack.
Post reply on HN