|
|
|
|
|
by daemin
3535 days ago
|
|
You can implement allocators which are very fast, much faster than generic malloc and free. Then people that do care about this level of performance can write their own ones, optimised specifically for the platform they are using and problems they encounter. |
|