JBoss development,
A new message was posted in the thread "Profiling the dependency project":
http://community.jboss.org/message/525422#525422
Author : Kabir Khan
Profile :
http://community.jboss.org/people/kabir.khan@jboss.com
Message:
--------------------------------------------------------------
I expect a fair bit, before I started AbstractDependencyInfo.resolve() was taking ~50% of
the time being called ~600K times, 95% of this going into calling getInstalledContext()
600k times and getContext() 1200K times.
After my last commit we got rid of a third of the work by getting rid of the 600K calls to
getContext.
With this fix all ADInfo.resolve() will do is call getContext() once, so effectively
cutting out 2 thirds of what it was doing.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525422#525422