Ever curious to eek every last bit of performance out of Swift in our embedded audio application, I'm wondering if anyone has tried some of the popular alternative malloc implementations?
On our device I am seeing the known issue with glibc malloc where memory is not returned to the kernel but I don't think it's a problem yet. But that's not to say it won't be as we do more testing.