Hacker News new | ask | show | jobs
by winrid 1322 days ago
Using nice string and algorithm libraries helps a lot without introducing all the craziness of cpp.

You can also do zig style memory management (ex: allocator pools per request etc) which helps.