SofaDefrost / sofa

SOFA, open source framework for multi-physics simulation.
https://www.sofa-framework.org
13 stars 6 forks source link

Improve message api challenge 2 #14

Open damienmarchal opened 7 years ago

damienmarchal commented 7 years ago

The msg_* API is nice but there is copies of messages that are 'up to my understanding' not needed.

In this challenge the target is, without breaking the API, to propose suggestions on how to remove the extra copy to reach no-copy implementation.

DM