julia
5195da2c - Improve linear indexing performance for FastSubArrays (#45371)

Commit
2 years ago
Improve linear indexing performance for FastSubArrays (#45371) This PR forwards `AbstractUnitRange` indices for `FastSubArrays` to the parent, making use of the fact that the parent might have efficient vector indexing methods defined. --------- Co-authored-by: Jishnu Bhattacharya <jishnub@users.noreply.github.com> Co-authored-by: N5N3 <2642243996@qq.com>
Author
Parents
Loading