Hacker News new | ask | show | jobs
by platz 4242 days ago
I don't like go either, but I won't believe that a ghc webserver is a fast as a go webserver until we can see it in the techempower benchmarks.
1 comments

The Techempower benchmarks are using the old version of GHC, 7.6, and the Golang devs have been tuning Go's core libraries to win at this specific benchmark.
Even then, it is only a factor of 2 slower. That is next to nothing.
Right, precisely, and this is at a very silly tier of microbenchmarking where you're doing little to no actual work, something you virtually won't ever find in the "real world".
> The Techempower benchmarks are using the old version of GHC, 7.6

7.4, last time I checked.