Hacker News new | ask | show | jobs
by BobbyTables2 711 days ago
The example is slightly contrived (the entire linked list was preallocated), but seems like the same technique could be a useful performance optimization, such as if successive calls to malloc commonly return pointers with a particular stride.