79405394

Date: 2025-02-01 17:38:03
Score: 1
Natty:
Report link

Large applications that can have their own memory management(malloc/free) and placement new can extract very good performance compared to those that use plain old new(). This is still needed today in systems which creates and destroys a few hundred thousand objects a minute. A similar example is of skbuff in the linux network stack.

STL containers, embedded systems are tiny examples where this is useful.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Bharath Shetty