Skip to content
  • Kenneth Leiter's avatar
    ENH: Performance improvements for large reads/writes · 7bcbfe72
    Kenneth Leiter authored
    Eliminate getRealPath calls which are expensive and not necessary in many cases
    Parse XML node content only when necessary (parsing arrays)
    Fix cases where copies were made of strings instead of using references
    Use "map.insert()" rather than "map[] =" when adding properties to map
    7bcbfe72