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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What startups write C heavily?

14 点作者 brewerhimself大约 13 年前
Just curious.

6 条评论

kator大约 13 年前
Large scale environments where real performance matters.<p>I wrote a system the has to handle 4 Billion transactions a day and a peak of 45,000 per second. And has to respond in 10ms or else the results of the transaction are discarded.<p>I wrote it in PHP so it would be easier for my team to maintain but it would not scale beyond 4,500qps then I re-wrote it in C as an apache module and it now scales to 25,000qps per server.<p>Sometimes you just have to write stuff in C. I've been writing in C for 28 years. I write other languages as often as I can but once in a while I have to go back to C to get something done. Right tool for the right job!
评论 #3960741 未加载
评论 #3953309 未加载
damian2000大约 13 年前
Startups doing hardware projects which use embedded controllers: I <i>think</i> most 'firmware' as its called is written in C. Also, a bit unrelated but 'Verilog' and 'VHDL' are C-like low level hardware description languages used especially for prototyping via FPGAs.
评论 #3952960 未加载
armon大约 13 年前
I work at Kiip, where we write primarily in Python, Erlang and C. We have built several in-house analytics systems than can handle upwards of 300K qps. We are hiring too: <a href="http://kiip.me/jobs" rel="nofollow">http://kiip.me/jobs</a>
GFKjunior大约 13 年前
I too would like to know. I want to move to the Bay Area a.s.a.p. and am looking for startups where it is one of the primary tools.
rahulcs大约 13 年前
Gluster(which was a startup, now acquired by Redhat, now called Redhat Storage) writes its GlusterFS in C. They use C heavily.
brewerhimself大约 13 年前
Mixpanel's "Jobs" page says they write C, Python, and JavaScript heavily.
评论 #3962947 未加载