英文:
When comparing benchmarks, is Go or Ruby slower?
问题
我对学习Go语言很感兴趣,而且我已经用Ruby编程有一段时间了。在比较基准测试时,哪种语言被认为更快呢?
英文:
I'm interested in learning Go and have been coding in Ruby for some time now. When comparing benchmarks, which language would be considered faster?
答案1
得分: 3
Go肯定更快。Ruby在变得更好,但与其他流行的语言相比,它从来没有快过。这里有一个包括Go和Ruby的比较:http://benchmarksgame.alioth.debian.org
英文:
Go is definitely faster. Ruby is getting better, but it has never been fast compared to other popular languages. Here's a breakdown that includes both Go and Ruby: http://benchmarksgame.alioth.debian.org
答案2
得分: 3
Go通常比Ruby快得多:
http://blog.iron.io/2013/03/how-we-went-from-30-servers-to-2-go.html
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论