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

Performance improvement: synchronous usercalls inside async-usercalls methods #531

Open
vn971 opened this issue Oct 6, 2023 · 0 comments

Comments

@vn971
Copy link

vn971 commented Oct 6, 2023

Currently, there are usages of synchronous usercalls in the async-usercalls module (to be merged to master with PR #515).

This might be problematic for performance. Performance impact of said synchronous usercalls needs to be measured and/or fixed by converting them to async-usercalls.

Currently known instances of this behaviour (sometimes implicit, sometimes explicit):

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

No branches or pull requests

1 participant