Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
On Windows, I have set the priority of the Rust process and the WebView process to real-time level respectively.
After testing, it was found that within these processes, even when testing the CPU with performance testing software, the real-time performance is still very good (with a worst-case delay of only a few tens of milliseconds).
But once the function 'invoke' is used for communication between webview and rust, the delay can even reach over 500ms.
I feel like I'm very close to success, but I don't have any ideas for improvement. I would like to ask:
The project is about to go live, and I urgently hope to solve this problem. Looking forward to your insights! Thank you !
Beta Was this translation helpful? Give feedback.
All reactions