-
Notifications
You must be signed in to change notification settings - Fork 21
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
The CT serialization is slow #269
Comments
4 tasks
That you for the issue. That is indeed true. This will be addressed in #270 |
markheik
added a commit
that referenced
this issue
Oct 20, 2023
* Do not validate command table in as_dict() when active validation is off
4 tasks
markheik
added a commit
that referenced
this issue
Nov 2, 2023
* Remove all validation when 'CommandTable.active_validation' is disabled * Remove unnecessary deepcopy of table index schemas to improve performance
markheik
added a commit
that referenced
this issue
Nov 2, 2023
* Do not validate command table in as_dict() when active validation is off
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The CommanTable serialization is too slow, it takes few tens of milliseconds even for trivial tables
How to reproduce
Use the attached script ct_performances.zip
Environment info
Device/system information (if applicable)
Windows 10 22H2
Additional information
The text was updated successfully, but these errors were encountered: