Skip to content
Snippets Groups Projects
Commit af0c0ffd authored by Julien Malik's avatar Julien Malik
Browse files

ENH: optimize application creation time by stopping the loop as soon as possible

parent 2d0e2fd7
Branches
Tags
No related merge requests found
......@@ -107,6 +107,7 @@ ApplicationRegistry::CreateApplication(const std::string& name)
if ( (*k)->GetName() == name )
{
appli = *k;
break;
}
}
catch(...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment