Skip to content

simplify call to promote_eltype with repeated elements#51135

Merged
vtjnash merged 1 commit intomasterfrom
jn/51011
Sep 1, 2023
Merged

simplify call to promote_eltype with repeated elements#51135
vtjnash merged 1 commit intomasterfrom
jn/51011

Conversation

@vtjnash
Copy link
Copy Markdown
Member

@vtjnash vtjnash commented Aug 31, 2023

Helps to short-circuit calls to large splat calls, since those have all the same type elements.

Fixes #51011

Helps to short-circuit calls to large splat calls, since those have all
the same type elements.

Fixes #51011
@brenhinkeller brenhinkeller added performance Must go faster bugfix This change fixes an existing bug labels Sep 1, 2023
@vtjnash vtjnash requested a review from JeffBezanson September 1, 2023 14:13
@vtjnash vtjnash merged commit 3527213 into master Sep 1, 2023
@vtjnash vtjnash deleted the jn/51011 branch September 1, 2023 18:50
KristofferC pushed a commit that referenced this pull request Nov 28, 2023
Helps to short-circuit calls to large splat calls, since those have all
the same type elements.

Fixes #51011

(cherry picked from commit 3527213)
@jebej jebej mentioned this pull request Jul 15, 2025
@KristofferC KristofferC mentioned this pull request Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This change fixes an existing bug performance Must go faster

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using SparseArrays makes vcat'ing adjoint vectors memory hog, regression in Julia 1.10 beta

2 participants