-
Notifications
You must be signed in to change notification settings - Fork 271
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 regression in v1.9.7 #611
Comments
I will look into it |
This is likely due to construction of |
PR #612
after the fix:
|
Thank you very much for the fix! I am a colleague of @Hans-JakobHoltzTT. You can close this issue. |
@DerFetzer Thanks for confirming! We'll keep the issue open for visibility until we push a bugfix release (soon). |
@obormot let me know when you're ready and I'll push a new version to PyPI |
@brifordwylie Latest master is ready to go.. it's just 1.9.7 + bugfix on top. Not sure what to do with the version though. Update existing 1.9.7 in github and push 1.9.7.2 to PyPI? |
Deserializing an Ethernet frame carrying IPv4 and UDP takes considerably longer with 1.9.7, compared to 1.9.6:
On my machine (i7-8750H, Windows 10, Python 3.7.4 64bit), 1.9.6 can do it in about 13 seconds whereas 1.9.7 takes about 19 seconds, i.e. more than 40% longer.
The text was updated successfully, but these errors were encountered: