OCMapView icon indicating copy to clipboard operation
OCMapView copied to clipboard

OCMapView memory usage

Open dvkellerman opened this issue 9 years ago • 3 comments

Hi! I discovered one really bad problem while using OCMapView in my app. When the map is allocated - there is a huge block of data loaded into memory. I know that it`s normal, but the problem is that when i dealloc a map - some portion of memory is still present. It looks like not everything is deallocated. Im not using ARC in my app.

dvkellerman avatar Jul 07 '15 07:07 dvkellerman

Yeah that's because you should use ARC.

BotiKis avatar Jul 07 '15 07:07 BotiKis

Just created a simple project with ARC enabled. Problem remains the same.

dvkellerman avatar Jul 07 '15 09:07 dvkellerman

That is bad. Sadly i've quite abandoned this project. I've already started a version 2.0 with background clustering and animations but it's nothing i want to publish it. I plan to rewrite it in swift but i wont really touch this old base anymore.

BotiKis avatar Jul 07 '15 09:07 BotiKis