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

Performance improvements #355

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

fmoessbauer
Copy link
Member

No description provided.

This cuts the initial MTDA startup time in half by avoiding the creation
of a huge replacement table for string ASCII encoding. Instead, we use
the encode infrastructure directly (which is also more efficient on the
replacement itself).

Note, that this is technically not a 1:1 replacement, as non-printable
characters are replaced by a '?' instead of a '.'. However, as this is
anyways only used in the debug output, we believe it is a reasonable
tradeoff.

Signed-off-by: Felix Moessbauer <[email protected]>
The pycache is not portable and also leaks information about the build
host.

Signed-off-by: Felix Moessbauer <[email protected]>
@github-actions github-actions bot requested a review from chombourger October 22, 2023 09:41
@fmoessbauer
Copy link
Member Author

Looks like the CI error is unrelated. Can you retry?

@chombourger chombourger added check and removed check labels Oct 23, 2023
@chombourger chombourger merged commit ba19a2a into siemens:master Oct 23, 2023
7 of 8 checks passed
@fmoessbauer fmoessbauer deleted the fm/performance branch October 23, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants