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.

Ask HN: What startups write C heavily?

14 pointsby brewerhimselfabout 13 years ago
Just curious.

6 comments

katorabout 13 years ago
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 未加载
damian2000about 13 years ago
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 未加载
armonabout 13 years ago
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>
GFKjuniorabout 13 years ago
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.
rahulcsabout 13 years ago
Gluster(which was a startup, now acquired by Redhat, now called Redhat Storage) writes its GlusterFS in C. They use C heavily.
brewerhimselfabout 13 years ago
Mixpanel's "Jobs" page says they write C, Python, and JavaScript heavily.
评论 #3962947 未加载