Skip to content
  • Michael Pyne's avatar
    Read in kde-projects data all at once instead of once-per-set. · 8ef27e24
    Michael Pyne authored
    This has the nice side effect of (finally) making KDEXMLReader free of
    per-class global state (I keep forgetting Perl supports closures...),
    but mostly this is to keep pace with the way we're using the source
    repositories and grabbing potentially many dozens of modules at once
    from the XML data. Better to just read it once and query rather than
    parse anew for each and every set of queries.
    8ef27e24