May 16, 2015December 23, 2019 Autorelease pools can help save memory Try running this simple experiment to see, how using autorelease pools can add up and save you tons of memory. I did, and it really helped. No autorelease pool for temporary objects: View the code on Gist. Memory Usage: View the code on Gist. Memory Usage: