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

[Nonlinear] improve parsing performance of Scalar(Affine,Quadratic)Function #2487

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

odow
Copy link
Member

@odow odow commented Apr 17, 2024

Part of jump-dev/JuMP.jl#3729

Before

julia> GC.gc(); @time main3();
  1.165808 seconds (11.14 M allocations: 795.583 MiB, 37.12% gc time)

after

julia> GC.gc(); @time main3();
  0.455849 seconds (2.60 M allocations: 507.575 MiB, 14.25% gc time)

@odow odow merged commit cfed322 into master Apr 17, 2024
14 checks passed
@odow odow deleted the od/nonlinear-parse branch April 17, 2024 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant