TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why would you choose Golang for your company?

3 点作者 dorafmon超过 3 年前

1 comment

bsg75超过 3 年前
&gt; I guess ultimately the big question is that if I am just building a web service that does not need to serve millions of users at the same time, will I choose Golang?<p>Depends on the number of users per machine (or cloud capacity per $) I need to budget for. I can write Python easier and faster, but sometimes I need more performance per server, and I can write more performant and efficient processes in Go. Its not that one OR the other is better, but a case of Right tool for each task.<p>Of course Rust or C would take that further, but the effort also increases only due to a lack of familiarity with those in my example case.