Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mosheberman/loopy-leaky-peaky-loops

A test app to demonstrate some interesting edge cases with ARC.
https://github.com/mosheberman/loopy-leaky-peaky-loops

Last synced: about 1 month ago
JSON representation

A test app to demonstrate some interesting edge cases with ARC.

Awesome Lists containing this project

README

        

This project is a demonstration of ARC misbehaving with large loops which create NSString object. Download, uncomment one of the methods in the viewDidLoad method of the view controller, and watch it blow up in four different unique ways by using the Allocations profiler in Instruments.