Abstract
XML Metadata Interchange (XMI) is an OMG-standardised model exchange format, which is natively supported by the Eclipse Modeling Framework (EMF) and the majority of the modelling and model management languages and tools. Whilst XMI is widely supported, the XMI parser provided by EMF is inefficient in some cases where models are readonly (such as input models for model query, model-to-model transformation, etc) as it always requires loading the entire model into memory. In this paper we present a novel algorithm, and a prototype implementation (SmartSAX), which is capable of partially loading models persisted in XMI. SmartSAX oérs improved performance, in terms of loading time and memory footprint, over the default EMF XMI parser. We describe the algorithm in detail, and present benchmarking results that demonstrate the substantial improvements of the prototype implementation over the XMI parser provided by EMF.
Original language | English |
---|---|
Title of host publication | Proceedings - 19th ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS 2016 |
Place of Publication | New York, NY (US) |
Publisher | ACM |
Pages | 329-339 |
Number of pages | 11 |
ISBN (Electronic) | 978-1-4503-4321-3 |
DOIs | |
Publication status | Published - 2 Oct 2016 |
Event | 19th ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS 2016 - Saint-Malo, France Duration: 2 Oct 2016 → 7 Oct 2016 |
Conference
Conference | 19th ACM/IEEE International Conference on Model Driven Engineering Languages and Systems, MODELS 2016 |
---|---|
Country/Territory | France |
City | Saint-Malo |
Period | 2/10/16 → 7/10/16 |
Bibliographical note
-Keywords
- EMF
- partial model loading
- XMI