I am writing some Objective-C code which will be publicly available. The code mainly consists of well known algorithms which would benefit from optimization. I am planning on writing most of the code in C to reduce the overhead on creating objects and garbage collection. Is this considered bad practice?I am writing some Objective-C code which will b