You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚡️ Speed up function generate_candidates by 137% in PR #64 (windows-fixes)
Here is an optimized version of the program.
### Changes made.
1. Cached `current_path.root` in variable `root` to avoid calling `current_path.parent` multiple times.
2. Reduced the computation of `candidate_path` by using f-strings for faster string concatenation.
These changes help in reducing the overhead and making the loop slightly faster.
0 commit comments