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

Consider extensions on Julia 1.9+ #217

Closed
mcabbott opened this issue Jul 25, 2023 · 0 comments · Fixed by #218
Closed

Consider extensions on Julia 1.9+ #217

mcabbott opened this issue Jul 25, 2023 · 0 comments · Fixed by #218

Comments

@mcabbott
Copy link
Collaborator

I think the first candidate is CovarianceEstimation, as this loads many things (https://juliahub.com/ui/Packages/CovarianceEstimation/fYCdH/0.2.9?page=1), and the second ChainRulesCore.

julia> @time_imports using NamedDims
      0.5 ms  Compat
      0.3 ms  Compat  CompatLinearAlgebraExt
     16.6 ms  ChainRulesCore
      0.7 ms  DataAPI
     24.9 ms  DataStructures  # via CovarianceEstimation
      0.6 ms  SortingAlgorithms
      3.4 ms  Missings
               ┌ 0.0 ms DocStringExtensions.__init__() 
     18.1 ms  DocStringExtensions 94.15% compilation time  # via CovarianceEstimation
      3.8 ms  IrrationalConstants  # via CovarianceEstimation
      0.4 ms  LogExpFunctions
      0.4 ms  LogExpFunctions  LogExpFunctionsChainRulesCoreExt
      0.3 ms  StatsAPI
      9.9 ms  StatsBase  # via CovarianceEstimation
      0.7 ms  CovarianceEstimation
      1.4 ms  AbstractFFTs
      0.3 ms  AbstractFFTs  AbstractFFTsChainRulesCoreExt
               ┌ 0.0 ms Requires.__init__() 
      0.4 ms  Requires
               ┌ 0.1 ms NamedDims.__init__() 
     19.9 ms  NamedDims
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

Successfully merging a pull request may close this issue.

1 participant