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.

Go 1.1 performance improvements, part 2

89 pointsby neeeealmost 12 years ago

4 comments

djhworldalmost 12 years ago
It's nice to see someone actively measuring this stuff and talking about regressions and gains in a concise manner.<p>Definitely looking forward to the final article in the series!
queensnakealmost 12 years ago
Call me a spoilsport, but it's still slower than Java <a href="http://benchmarksgame.alioth.debian.org/u32/benchmark.php?test=all&#38;lang=java&#38;lang2=go&#38;data=u32" rel="nofollow">http://benchmarksgame.alioth.debian.org/u32/benchmark.php?te...</a> . That takes the bloom off the rose for me.
评论 #5768792 未加载
评论 #5768209 未加载
评论 #5768636 未加载
评论 #5768093 未加载
评论 #5768270 未加载
cwzwarichalmost 12 years ago
Do most people using Go in production use the Plan9-derived Go compilers or GCC? Are there any realistic programs where the Plan9-derived compilers generate better code?
评论 #5768143 未加载
评论 #5767936 未加载
评论 #5769062 未加载
fiatmoneyalmost 12 years ago
Does anyone know if Go will generate AVX instructions?