Skip to content

Instantly share code, notes, and snippets.

@cormullion
Created October 1, 2022 15:59
Show Gist options
  • Select an option

  • Save cormullion/e47c0ebdb25dba71c96d6b6bae342df7 to your computer and use it in GitHub Desktop.

Select an option

Save cormullion/e47c0ebdb25dba71c96d6b6bae342df7 to your computer and use it in GitHub Desktop.

Revisions

  1. cormullion created this gist Oct 1, 2022.
    35 changes: 35 additions & 0 deletions data.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    For version 3.17:

    ```
    julia> @time_imports using ColorSchemes
    72.0 ms FixedPointNumbers
    0.2 ms Reexport
    75.7 ms ColorTypes 7.36% compilation time
    223.3 ms Colors
    12.5 ms ColorSchemes
    ```
    For version 3.19

    ```
    julia> @time_imports using ColorSchemes
    76.8 ms FixedPointNumbers
    0.2 ms Reexport
    83.8 ms ColorTypes 7.47% compilation time
    248.0 ms Colors
    5.8 ms IrrationalConstants
    0.5 ms Compat
    77.6 ms ChainRulesCore
    3.5 ms DocStringExtensions 57.39% compilation time
    1.0 ms ChangesOfVariables
    1.4 ms InverseFunctions
    0.9 ms LogExpFunctions
    1.2 ms OpenLibm_jll
    23.7 ms Preferences
    0.5 ms JLLWrappers
    10.4 ms CompilerSupportLibraries_jll
    3.1 ms OpenSpecFun_jll 69.42% compilation time
    17.3 ms SpecialFunctions
    0.3 ms TensorCore
    195.0 ms ColorVectorSpace 2.66% compilation time
    14.7 ms ColorSchemes
    ```