Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make
_unsetindex
fast for isbits eltype (#56364)
fixes #56359 (comment) ``` using Plots function f(n) a = Vector{Int}(undef, n) s = time_ns() resize!(a, 8) time_ns() - s end x = 8:10:1000000 y = f.(x) plot(x, y) ``` ![image](https://github.com/user-attachments/assets/5a1fb963-7d44-4cac-bedd-6f0733d4cf56) (cherry picked from commit e802eff)
- Loading branch information