Skip to content

Conversation

@hersle
Copy link
Contributor

@hersle hersle commented Sep 20, 2025

@ChrisRackauckas Would this illustrate the example better, as discussed in #3780?

On my computer:

julia> @btime solve(prob, FBDF(), save_everystep = false);
  3.034 s (1791 allocations: 65.03 MiB)

julia> @btime solve(sparseprob, FBDF(), save_everystep = false);
  401.930 ms (44004 allocations: 402.58 MiB)

julia> @btime solve(sparsepatternprob, FBDF(), save_everystep = false); 
  456.054 ms (43949 allocations: 402.73 MiB)

@ChrisRackauckas ChrisRackauckas merged commit 9b564c1 into SciML:master Sep 20, 2025
1 of 4 checks passed
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 this pull request may close these issues.

2 participants