Hacker News new | ask | show | jobs
by radarsat1 5474 days ago
It's a myth that malloc/free is constant-time in a reference-counting scheme. If you are doing real-time programming, malloc/free should be avoided as much as garbage collection.