-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add AtmosNumerics #2270
Add AtmosNumerics #2270
Conversation
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
2273: Move temporary variables in cache in `p.scratch` r=Sbozzolo a=Sbozzolo To be merged after #2270 Co-authored-by: Gabriele Bozzola <[email protected]>
limiter = | ||
parsed_args["apply_limiter"] ? Limiters.QuasiMonotoneLimiter : nothing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, @Sbozzolo, this is probably the reason for the increased allocations. Limiters.QuasiMonotoneLimiter
is a UnionAll type, and the compiler can struggle with inference on these types.
Group a few numeric choices into a single object.