julia
a97137ee
- `Base`: `append!`, `resize!`: convert length to `Int` before passing it on (#57585)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
`Base`: `append!`, `resize!`: convert length to `Int` before passing it on (#57585) Reduces the number of invalidations from 512 to 505 on running this code: ```julia struct I <: Integer end Base.Int(::I) = 7 ```
References
#57585 - `Base`: `append!`, `resize!`: convert length to `Int` before passing it on
Author
nsajko
Parents
d369c10c
Loading