Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Template caching?

Hi,

I've come across a performance issue in the new project dialog in CDT
(6.0.1) when a large number of project templates are registered. The
updateData() method in CDTMainWizardPage.java is taking several
seconds as it's eventually calling TemplateEngineUI.getTemplates()
which reads the XML for each template. Is it possible to cache the
templates the first time they're read since they won't change at
runtime?

Cheers,
Mike


Back to the top