Optimization tips of kermeta code
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.