Closed GoogleCodeExporter closed 9 years ago
TileWriter.calculateDirectorySize has a loop for every file and every directory. Presumably it would be quicker and more efficient to use StatFs instead.
Original issue reported on code.google.com by neilboyd on 30 Jan 2012 at 10:17
neilboyd
StatFs gets the size of the file system that the directory is in, not the size of the directory.
Original comment by neilboyd on 2 Feb 2012 at 1:37
Original issue reported on code.google.com by
neilboyd
on 30 Jan 2012 at 10:17