Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoidable copies #5

Closed
kreuzberger opened this issue Aug 2, 2021 · 1 comment
Closed

Avoidable copies #5

kreuzberger opened this issue Aug 2, 2021 · 1 comment

Comments

@kreuzberger
Copy link

Due to the "synchronous" nature of your library, the object could be copied less than currently. In the unmodified version a "larger" object gets copied up to 5 times.

With the patch applied the object gets copied only once (for the internal storage into call_args member. Maybe even this could be avoided if no "delayed" (or in Qt words "QueuedConnection") is implemented.

miso.h.patch.txt

@fritzone
Copy link
Owner

Thanks for taking your time to make a patch. I have applied it, now it looks Ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants