PengZheng commented on issue #515:
URL: https://github.com/apache/celix/issues/515#issuecomment-1683307506

   > Additionally if celix_properties is extended to support a "bytes" value 
type, the event admin could be used to communicate arbitrary message using a 
"payload" property entry. In this case, serialization for the "bytes" value 
type should be a low overhead solution.
   
   Netstring seems to support binary data easily.
   I am more concerned about how should this "bytes" value type's underlying 
memory be managed by a `celix_properties` object.
   If it maintains an internal copy of bytes array, then putting an image into 
the object is expensive.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to