[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: improve resource loading performance

Thanks Ed for your prompt response,

Yes I looked at EMF Performance Tips
<http://www.eclipse.org/modeling/emf/docs/performance/EMFPerformanceTips.html>


That's where I found the OPTION_DEFER_IDREF_RESOLUTION option.

With all the optimisations I have done, I always have the delay specified (2,5s) which is unacceptable in my context.

Is there any hope to improve that by a factor near 10 the load of a resource?

The resource contains ~2300 elements (of 10 different types) with ~11400 attributes.
I've got ~26 million "eIsSet" and ~17 million "eGet" invocations with an average time of 0/1µs each.


Does the problem come from the size of the resource (minimal in my sample : 470KB) or from its complexity?

Thanks in advance,

Guillaume.