venj / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Update parsers to use automatic autorelease pools #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make addEntryWithDictionary: create and release autoreleasepools to keep memory 
usage down. Will 
require some fixing for parsers that assume this is not happening.

Original issue reported on code.google.com by paracel...@gmail.com on 19 Apr 2010 at 5:10

GoogleCodeExporter commented 9 years ago
Added optional handling of autorelease pools to XADArchiveParser, and made tar 
and zip use it, because those 
are the ones most likely to have lots of files. Might add it to other parsers 
later.

Original comment by paracel...@gmail.com on 19 Apr 2010 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by paracel...@gmail.com on 24 Nov 2011 at 1:47