Hacker News new | ask | show | jobs
by mcluck 694 days ago
I'm actually in this exact position right now. The vast majority of the time I write in TS but I have a need to process a whole lot of data so I went for Rust instead. Java is too much of a headache for me, personally
1 comments

Yeah, Rust is fast, or you can go the other extreme with Python if you can put the heavy lifting on native modules.