yasuhal / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 1 forks source link

Import GPX files with a SAX-style parser #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, we import GPX files using a parser that will load the entire
document into memory. This is problematic, specially when importing large
GPX files, so we should switch to importing with a SAX-style parser.

Original issue reported on code.google.com by rdama...@google.com on 18 May 2010 at 9:28

GoogleCodeExporter commented 9 years ago
Done by a user, being reviewed on issue 61.

Original comment by rdama...@google.com on 23 May 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Fixed, will change to Verified once I test and push it.

Original comment by rdama...@google.com on 12 Aug 2010 at 8:30

GoogleCodeExporter commented 9 years ago
Ok, problems during testing - the performance of the importer is very bad, it 
took many minutes to import a 200KB track for me. I'll have to work on that 
before pushing.

Original comment by rdama...@google.com on 12 Aug 2010 at 11:32

GoogleCodeExporter commented 9 years ago
Done and under review at:
http://code.google.com/r/rdamazio-mytracks-staging1/source/list

This is not about an order of magnitude faster :)

Original comment by rdama...@google.com on 13 Aug 2010 at 7:48

GoogleCodeExporter commented 9 years ago
All done. Thanks to Steffen Horlacher for writing the importer!

Original comment by rdama...@google.com on 13 Aug 2010 at 4:02