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

Set up profiling, identify bottle necks #87

Open
mlange-42 opened this issue Jan 21, 2025 · 0 comments
Open

Set up profiling, identify bottle necks #87

mlange-42 opened this issue Jan 21, 2025 · 0 comments
Labels
good first issue Good for newcomers infrastructure tests, CI, packaging, ...

Comments

@mlange-42
Copy link
Owner

mlange-42 commented Jan 21, 2025

Modo🧯's processing times are ok, but not super duper fast. E.g. on an older laptop, the Mojo🔥 stdlib takes aroung 1.5
seconds to process. Average-sized packackes can be expected to take a few to a few dozens of milliseconds.

There are a lot of slice allocations in the code, and probably also a lot of string copying. A projiling project should be set up to identify where he most time is spent.


A simple profiling setup can be found under test/profile

Insights

@mlange-42 mlange-42 added good first issue Good for newcomers infrastructure tests, CI, packaging, ... labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers infrastructure tests, CI, packaging, ...
Projects
None yet
Development

No branches or pull requests

1 participant