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

Optimizations #32

Open
Phate6660 opened this issue Oct 30, 2021 · 0 comments
Open

Optimizations #32

Phate6660 opened this issue Oct 30, 2021 · 0 comments

Comments

@Phate6660
Copy link
Owner

Phate6660 commented Oct 30, 2021

I went through and started benchmarking with perf, valgrind, etc.
Major things I'm noticing that need to be optimized are:

  • statements using clone, they take a lot more time and resources than anything else
    • clone statements were taking over 30% of the time used in the program!
  • reading/writing files
  • the pipeline for running the commands and gathering output
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

No branches or pull requests

1 participant