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

Improve performance #262

Merged
merged 4 commits into from
Oct 6, 2024
Merged

Improve performance #262

merged 4 commits into from
Oct 6, 2024

Conversation

priv-kweihmann
Copy link
Owner

No description provided.

- use __dir__, as we do not need a sorted list
- filter out private and internal items early,
  by checking on _ as a first character
- remove the need for an expensive try/except handling

Signed-off-by: Konrad Weihmann <[email protected]>
@priv-kweihmann priv-kweihmann changed the title Feat/speedups Improve performance Oct 6, 2024
as this speeds up processing in a reasonable
amount, without having a functional impact on
users that already adjusted.
Most of the deprecations where from 3.x times,
so it's fine to remove them now

Signed-off-by: Konrad Weihmann <[email protected]>
as in is much faster than any other find function

Signed-off-by: Konrad Weihmann <[email protected]>
Signed-off-by: Konrad Weihmann <[email protected]>
@priv-kweihmann priv-kweihmann merged commit faa876d into main Oct 6, 2024
4 checks passed
@priv-kweihmann priv-kweihmann deleted the feat/speedups branch October 6, 2024 13:38
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