|
|
|
|
|
by imron
3286 days ago
|
|
> It forces heap allocation though, which is bad. It does, and it can be, but in situations where it matters, the static create function typically returns a value from a preallocated pool of memory, so objects are all contiguous and cache friendly. |
|