Closed normanmaurer closed 11 months ago
Motivation:
Let's just allocate the memory on the stack and not use the pool if we never use the actual value
Modifications:
Just allocate on the stack
Result:
Reduce pool usage if not needed.
Motivation:
Let's just allocate the memory on the stack and not use the pool if we never use the actual value
Modifications:
Just allocate on the stack
Result:
Reduce pool usage if not needed.