Passing data without a copy between c++ and python #4633
Unanswered
lysander051
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a project where I need to pass a kind of dict (which can be a custom data structure if required) with 2 int and a float to my C++ code.
The problem is that this structure will need to handle millions or more data. I'm looking for a way to pass this kind of data without a copy.
Is that even possible with Pybind and if yes do you have some documentation about it?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions