Skip to content

Conversation

@mohasarc
Copy link

This pull request addresses a small performance issue I noticed in nxsunit.py and cansas_reader.py.

I updated the code to use .join() instead of + for string concatenation. This ensures linear time complexity, which helps performance across different Python interpreters, and also aligns with PEP 8 recommendations.

https://peps.python.org/pep-0008/#programming-recommendations

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No quality gates enabled for this code.

See analysis details in CodeScene

Quality Gate Profile: Custom Configuration
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

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.

1 participant