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
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
Profiling on the Mojo stdlib shows that around 60% of time is spent writing out files
Modo🧯's processing times are ok, but not super duper fast. E.g. on an older laptop, the Mojo🔥
stdlib
takes aroung 1.5seconds 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
stdlib
shows that around 60% of time is spent writing out filesThe text was updated successfully, but these errors were encountered: