Skip to content
#

zero-copy

Here are 62 public repositories matching this topic...

djkoloski
djkoloski commented Feb 14, 2022

Right now, there's not an easy way to archive VecDeques. When archived, they're functionally the same as Vec so we should be able to piggyback off the implementations for Vec.

  • Archive impl should archive as ArchivedVec and use a VecResolver as its resolver.
  • Serialize impl should serialize using [ArchivedVec::serialize_from_slice](https://docs.rs/rkyv/latest/rkyv/vec
enhancement good first issue
iceoryx
elBoberido
elBoberido commented Mar 31, 2022

Required information

Operating system:
POSIX

Compiler version:
all

Observed result or behaviour:
A library build with iceoryx 1.0 could dynamically link to iceoryx 2.0 shared libs

Expected result or behaviour:
Linking should not be possible

Further information*

objdump -p build/iceoryx_examples/icedelivery/iox-cpp-publisher

produces the follo

bug good first issue

Improve this page

Add a description, image, and links to the zero-copy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zero-copy topic, visit your repo's landing page and select "manage topics."

Learn more