You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi:
in the example of z_bytes.cxx, it shows how to serialize protobuf data into Bytes,
I want to know how to pub the protobuf data in shm with zero copy,
if do as in z_pub_shm.cxx, it should memcpy protobuf data to shm,
if protobuf data is very big, eg 4MB lidar points, this is really cost time
so how to to use zero copy with large protobuf data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hi:
in the example of z_bytes.cxx, it shows how to serialize protobuf data into Bytes,
I want to know how to pub the protobuf data in shm with zero copy,
if do as in z_pub_shm.cxx, it should memcpy protobuf data to shm,
if protobuf data is very big, eg 4MB lidar points, this is really cost time
so how to to use zero copy with large protobuf data.
thx
All reactions