Step 1 is profiling. In Julia 1.8, you can run @time_imports using InteractiveIsing
which will tell you how much of the time comes from packages you are loading vs your code.
2 Likes
Step 1 is profiling. In Julia 1.8, you can run @time_imports using InteractiveIsing
which will tell you how much of the time comes from packages you are loading vs your code.