Our use of shared_ptr is a little thoughtless as the moment, and I have a feeling it is slowing us down (although I should measure!). On top of that, we're doing a ton of spooky dynamic allocations when they are unnecessary. We should profile things and then spend a bit of time to rework things
Our use of shared_ptr is a little thoughtless as the moment, and I have a feeling it is slowing us down (although I should measure!). On top of that, we're doing a ton of spooky dynamic allocations when they are unnecessary. We should profile things and then spend a bit of time to rework things