Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like how memory management is done in Nim [1]. You can chose among several garbage collectors, manual memory management or no memory management at all, depending on what better fits your use case.

[1] https://nim-lang.org/docs/gc.html



The default memory manager also won't do any stop the world pauses due to the way that cross thread communication works.

That's not to say the latest Java GCs aren't incredibly impressive - they are.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: