Hacker News new | ask | show | jobs
by eclectic29 807 days ago
Automatic resource management thanks to RAII. To me this is the most important thing.
1 comments

But in this particular application, if you look e.g. through the training code, there's very little going on in terms of resource management. A handful of mallocs and some file handling.

That doesn't mean that you can have bugs even in a small number of instances, but if automatic resource management is your main argument, perhaps llm.c isn't the most prominent case that could benefit from it.