Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EMF Compare] Simple Performance Improvement
[EMF Compare] Simple Performance Improvement [message #91738] Wed, 25 July 2007 15:35 Go to next message
Brandon Ulrich is currently offline Brandon UlrichFriend
Messages: 24
Registered: July 2009
Junior Member
Hi all,

We've been using EMF Compare inspired routines in the Eclipse Open
Healthcare Framework project for comparison of some large (and unfortunately
not EMF) models.

When doing a performance sweep, we noticed that
org.eclipse.emf.compare.match.statistic.similarity.NameSimil arity.pairs()
has an unnecessary toUpperCase() method in a loop which is responsible for
creating a lot of objects.

Removing this reduced our match times from 264 seconds to 23 seconds.

Thanks for all your hard work,
Brandon
Re: [EMF Compare] Simple Performance Improvement [message #91752 is a reply to message #91738] Wed, 25 July 2007 16:00 Go to previous message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------080801050702070402070801
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Brandon,

This was one of the methods I was trying to tweak for improvements and
this one has a major impact on comparison time indeed.

Thanks for letting us know.

Laurent Goubet
Obeo

Brandon Ulrich a
Re: [EMF Compare] Simple Performance Improvement [message #608907 is a reply to message #91738] Wed, 25 July 2007 16:00 Go to previous message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------080801050702070402070801
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Brandon,

This was one of the methods I was trying to tweak for improvements and
this one has a major impact on comparison time indeed.

Thanks for letting us know.

Laurent Goubet
Obeo

Brandon Ulrich a
Previous Topic:[EMF Compare] Simple Performance Improvement
Next Topic:SQLCaseStrategy
Goto Forum:
  


Current Time: Thu Apr 25 21:29:44 GMT 2024

Powered by FUDForum. Page generated in 0.03219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top