Direct calls to member functions #5737
Unanswered
RiccardoRossi
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.
-
Dear Developers,
we have a code with a large python api and lots of classes exposed to python.
and we would like to speed up ( a lot) codes of the type
for elem in Elements: LHS = elem.Calculate()
where elem, Elements and elem.Calculate() are all exposed from c++
we would like to do something on the line of
we need this for perfomance so
is there any way of achieving this with the current versions of pybind?
thank you in advance for any hint
Beta Was this translation helpful? Give feedback.
All reactions