Hacker News new | ask | show | jobs
by gabipurcaru 2029 days ago
same. I went through the trouble of implementing my function in Rust (Rocket), and it's actually quite slow because (a) startup is slow and (b) async/await is still pretty painful to use so I'm blocking on IO