Kristoffer Carlsson
Kristoffer Carlsson
It does (but not 1.10 I think).
> I believe it's because Pkg moved out of the sysimage. Pkg is not in the sysimage in 1.11 either.
> And why is IntelOpenMP_jll loaded with 1.12 and not with 1.11? I don't think that is true, I see that they get loaded on both 1.12 and 1.11. ```...
I don't think that has much to do with invalidation causing a 1s load time of a jll.
With https://github.com/JuliaLang/julia/pull/58948 + https://github.com/JuliaLang/julia/pull/58957 on the 1.12 branch I get ``` julia> VERSION v"1.11.6" julia> @time using ModelingToolkit 3.932297 seconds (6.34 M allocations: 459.370 MiB, 8.66% gc time, 6.75% compilation...
Closing based on https://github.com/JuliaLang/julia/issues/57436#issuecomment-3056753975.
> This constraint is pretty specific for solid mechanics problems, so it should probably not be included in core Ferrite). Is there a way to formulate this constraint in a...
The `nodes::NTuple{2, Integer}` is not a good idea because it will wreck performance due to the non-concrete field type. The `struct Line
Why close? I was just gonna say we should probably merge this? 😄