-
Notifications
You must be signed in to change notification settings - Fork 150
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
dora_next_event()'s delay is too long #609
Comments
So, you have to use the release version if you want to have the best latency. Make sure to use If you're using the latest main branch to compile C++, you should also use dora main branch to start your dataflow. Otherwise, use https://github.com/dora-rs/dora/tree/v0.3.5 which is tagged to 0.3.5 |
When I use the latest main branch to compile C++, the latency is 100ms. How can I reduce the latency? Should I use --release? I'm not familar with cargo and haven't found where the dora is compiled. Thanks! |
Hi! What you should do is:
|
In debug mode, latency is indeed really bad |
Here are some examples of successes and failures during my testing:
The text was updated successfully, but these errors were encountered: