SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
521 stars 198 forks source link

reduce default precompilation #2221

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

This is an attempt to work around https://discourse.julialang.org/t/modelingtoolkit-takes-forever-to-precompile-on-windows-11/114492/62 which appears to be caused by large sysimages. Also, precompiling the default method should get the most commonly used methods.

ChrisRackauckas commented 1 month ago

Merge and release. Ask on discourse for people to update and test