Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I can't speak to Go or Crystal. V8 performs well on microbenchmarks, but very poorly with a sustained high volume of input due to GC pressure. I've used node.js in such an application and "version 2" was written in another language because of the GC pauses.


So what was the language C, C++, Rust?


KDB, although I'm experimenting with Erlang for some things and it seems sufficient.


Odd. Erlang uses GC.


Yes, but many small heaps means small GC pauses. It's not as deterministically/fast as reference counting (KDB) but it's close.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: