首页 /研究 /Systematic evaluation of three data marshalling approaches for distributed software systems
OTHER

Systematic evaluation of three data marshalling approaches for distributed software systems

Hugo Andrade, Federico Giaimo, Christian Berger, Ivica Crnković

发表年份
2015
引用次数
2

摘要

Cyber-physical systems like robots and self-driving vehicles comprise complex software systems. Their software is typically realized as distributed agents that are responsible for dedicated tasks like sensor data handling, sensor data fusion, or action planning. The modular design allows a flexible deployment as well as algorithm encapsulation to exchange software modules where needed. The distributed software exchanges data using a data marshalling layer to serialize and deserialize data structures between a sending and receiving entity. In this article, we are systematically evaluating Google Protobuf, LCM, and our self-adaptive delta marshalling approach by using a generic description language, of which instances are composed at runtime. Our results show that Google Protobuf performs well for small messages composed mainly by integral field types; the self-adaptive data marshalling approach is efficient if four or more fields of type double are present, and LCM outperforms both when a mix of many integral and double fields is used.

关键词

MarshallingComputer scienceSerializationSoftwareSoftware deploymentDistributed computingModular designData exchangeSoftware engineeringDatabase

相关论文

查看 OTHER 分类全部论文