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

ran a profile #33

Merged
merged 1 commit into from
Jun 27, 2024
Merged

ran a profile #33

merged 1 commit into from
Jun 27, 2024

Conversation

gituser12981u2
Copy link
Owner

Ran a profile with cPython and found that the most time spent was on thread joining, implicit dynamic called, system calls, and hamming. Thread joining is non blocking so it doesn't matter. Implicit dynamic calls are probably from library calls and would require lots of effort to track down. System calls, os.system, fight again ghosting so they should not be removed. And hamming needs to be calculated each time because the window can dynamically change size.

@gituser12981u2 gituser12981u2 linked an issue Jun 27, 2024 that may be closed by this pull request
@gituser12981u2 gituser12981u2 merged commit 1cf0569 into main Jun 27, 2024
4 checks passed
@gituser12981u2 gituser12981u2 deleted the optimization branch June 27, 2024 18:18
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.

Optimizations
1 participant