The Wayback Machine - https://web.archive.org/web/20201203192553/https://github.com/topics/zero-copy
Skip to content
#

zero-copy

Here are 46 public repositories matching this topic...

iceoryx
marthtz
marthtz commented Aug 26, 2020

Brief feature description

Iceoryx uses a variety of strings (std::string, cxx::string<>, cxx::CString100, etc).
Once #253 is merged this mishmash should be cleaned-up.

Detailed information

Only use cxx:string<> or types created from it.

  • No std::string in public API

  • No more std::strings in code base

    • iceoryx_utils
    • iceoryx_posh
    • ic

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

You can’t perform that action at this time.