We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 CommanTable serialization is too slow, it takes few tens of milliseconds even for trivial tables
Use the attached script ct_performances.zip
Windows 10 22H2
The text was updated successfully, but these errors were encountered:
That you for the issue. That is indeed true. This will be addressed in #270
Sorry, something went wrong.
Fix performance issue when command table active validation is off (#269)
44ab2c0
* Do not validate command table in as_dict() when active validation is off
Improve CommandTable performance (#269)
d281fb1
* Remove all validation when 'CommandTable.active_validation' is disabled * Remove unnecessary deepcopy of table index schemas to improve performance
4c95859
markheik
No branches or pull requests
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: