Hacker News new | ask | show | jobs
by andreareina 2311 days ago
"Git is a really great set of commands and it does things like malloc(); malloc(); malloc(); exit();"

https://www.youtube.com/watch?v=dBSHLb1B8sw&t=113

1 comments

And that really bit hard when you wanted to start running git webservers. All the lib code was designed to exit upon completion with no GC, and now you're running multiple read queries per second with no free(). oops.