julia
1543cdd5
- Faster iteration over non-offset `AbstractVector` (#48720)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Faster iteration over non-offset `AbstractVector` (#48720) This change simplifies the boundscheck in loop as LLVM would lift the const subtraction. Simd block would be generated in more cases. Co-authored-by: N5N3 <2642243996@qq.com>
References
#48720 - faster iteration over subarrays (views)
Author
matthias314
Parents
a1b546ad
Loading