Skip to content
  Kermeta  

Optimization tips of kermeta code

Document Actions

Here is a list of known optimizations that you can apply to your kermeta code



Tip 1 : Saving model

When saving a resource (containing your model elements), Kermeta will check all the elements that it may be connected to. Ie. it will check all the element of all the resources for your repository.

You may speed up a little bit the save process by removing useless resources from the repository. For example, you don't need to check your input resources will saving your output resources if you have no link between them.


Created by dvojtise
Last modified 07.09.2007 01:48 PM