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

Use pandas for reading mock sim file, add debug output on display #82

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

harshil21
Copy link
Member

Uses pandas for reading the file from the MockIMU. This results in a massive performance gain.

Reading the file, and generating data packets, but not adding to the queue:
On main:
Time taken: 6.5 seconds

On this branch:
Time taken: 1.73 seconds

Difference: 73%!

Also updates the display output to add some debug information on the queue size. There is more performance to be squeezed there especially (can be about 1.6 seconds faster overall!)

@harshil21 harshil21 added the enhancement New feature or request label Nov 12, 2024
@JacksonElia JacksonElia merged commit 6195eea into main Nov 12, 2024
3 checks passed
@harshil21 harshil21 deleted the display-fallback branch November 12, 2024 23:41
@harshil21 harshil21 mentioned this pull request Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants