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

Change python implementation to increase speed in pcan send #1640

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

yannpoupon
Copy link
Contributor

@yannpoupon yannpoupon commented Aug 2, 2023

During test with a python implementation using python-can to send uds message, the analysis of the speed show that using a list slicing instead of a for loop increase the speed of our test from 131Kbytes/s to 142kBytes/s.

@zariiii9003 zariiii9003 merged commit d81a16b into hardbyte:develop Aug 10, 2023
26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants