Hello, yesterday I did a comparison of the web frameworks written in go, the results are controversially. I though that the http-router is the faster but it's not (?) . The winner seems to be a framework called 'Iris' I didn't knew it until yesterday, second is the framework 'Gin' and the http-router is third. My github fork of the https://github.com/julienschmidt/go-http-routing-benchmark/ is here: https://github.com/goc0der/go-http-routing-benchmark/ . Take a look and let's discuss it.
评论:
CaptaincCodeman:
karnd01:kataras I presume? back with a new name?
You are still pushing your misleading benchmarks. I thought initially you were just ignorant about how to do them but now I realize you are really determined to try and mislead people. The performance of your framework really isn't bad but it is simply not what you portray it to be. You are comparing a cache when everyone else's benchmarks are measuring the router.
https://www.reddit.com/r/golang/comments/4a8yit/is_this_the_fastest_go_web_framework/
I wouldn't go near your code in a million years because you simply don't listen to advice, try to mislead people and then insult anyone who points this out.
Good luck with your framework.
gocoder:Totally agree @CaptaincCodeman and kataras or not, posting blatant lies in my post just proves how ignorant he is.
ar1819:Who am I? can you run the benchmarks first and after tell me lier? I am new gopher I dont know many people yet!
missipi:Iris is built on top of fasthttp. While its nice to see other http server implementations, it's not a fair comparison. Caching routes can lead to resources usage spiking under heavy loaded environment.
gocoder:Why is this removed? I just follow the link from an article
gocoder:What you mean, I can see it
missipi:Hello, yesterday I did a comparison of the web frameworks written in go, the results are controversially. I though that the http-router is the faster but it's not (?) . The winner seems to be a framework called 'Iris' I didn't knew it until yesterday, second is the framework 'Gin' and the http-router is third. My github fork of the https://github.com/julienschmidt/go-http-routing-benchmark/ is here: https://github.com/goc0der/go-http-routing-benchmark/ . Take a look and let's discuss it.
Ok now I can see it thanks!!
