atlanmod / Mogwai

Automatic translation from OCL to Gremlin
10 stars 6 forks source link

Cache transformation results to avoid multiple transaltion from the same OCL input #16

Closed gdaniel closed 8 years ago

gdaniel commented 8 years ago

If the same OCL query is given multiple times to the framework the translation is called each time. This process takes time and is not necessary if the input OCL query is exactly the same.

gdaniel commented 8 years ago

If the launcher is cached a second transformation of the same input is extremly fast (no need to add another cache layer on top of that)