s2e-systems / dust-dds

Rust implementation of the Data Distribution Service (DDS)
Apache License 2.0
82 stars 10 forks source link

Performance optimization: Special serialize deserialize for bytes #293

Closed jrebelo closed 3 months ago

jrebelo commented 3 months ago

Use the dedicate serialize and deserialize methods for Vec and [u8;N] arrays for increased performance.