Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » What are the significant performance improvements in 2.9
What are the significant performance improvements in 2.9 [message #1263286] Tue, 04 March 2014 10:45 Go to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 295
Registered: March 2012
Senior Member
Hi,

this page:
https://projects.eclipse.org/projects/modeling.emf.emf/reviews/2.9.0-release-review

states that 2.9 includes significant (runtime?) performance
improvements. Can you give a concrete example on what improved?


Thanks,
Felix
Re: What are the significant performance improvements in 2.9 [message #1264443 is a reply to message #1263286] Wed, 05 March 2014 08:22 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
Felix,

The URI implementation was completely rewritten to parse URIs faster and
to minimize the heap footprint. E.g., there is only a single instance
of a URI with a given string representation in the VM (so == and .equals
are the same for fragmentless URIs), all segments are pooled, and even
the fragments are segmented with pooled substrings.

On 04/03/2014 11:45 AM, Felix Dorner wrote:
> Hi,
>
> this page:
> https://projects.eclipse.org/projects/modeling.emf.emf/reviews/2.9.0-release-review
>
> states that 2.9 includes significant (runtime?) performance
> improvements. Can you give a concrete example on what improved?
>
>
> Thanks,
> Felix


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[XCORE] How to define equality?
Next Topic:[Xcore] How to model a customized constructor
Goto Forum:
  


Current Time: Thu Apr 18 15:54:35 GMT 2024

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

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

Back to the top