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

The problem is that garbage collection does impact that 3 %... since unless you’re using naive gc garbage collection limits your ability to not manage memory automatically. In general reference counting is more tolerant of mixing reced and non ref counted code. This hurts more since gc gives performance in the part of the code where performance doesn’t matter, while hurting you where performance does! And yes this is alleviated somewhat by memory pools, but not entirely.


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

Search: