Changes between Initial Version and Version 2 of Ticket #3005


Ignore:
Timestamp:
May 21, 2009, 4:43:01 AM (15 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3005

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #3005 – Description

    initial v2  
    1 This can be easily shown with http://mateusz.loskot.net/tmp/gdal/no-xmlns.kml.
     1This can be easily shown with ''no-xmlns.kml'' file (attached)
    22
    33It appears that KML::endElement() makes lots of (useless) copies of std::string objects when cutting the content of the <coordinates> element into a vector of triplets. This leads to a O(n*n) complexity (measured in bytes copied) where n is the length of the content of the <coordinates> element.