Skip to content

Conversation

@DanielVandH
Copy link
Contributor

@DanielVandH DanielVandH commented Nov 18, 2025

Before:

julia> using LazyArrays; v = ((1:10_000) .* LazyArrays.AccumulateAbstractVector(*, 1:10_000'))'; @time v[1:1, 1:10_000];
  0.031649 seconds (476.63 k allocations: 12.861 MiB)

After:

julia> using LazyArrays; v = ((1:10_000) .* LazyArrays.AccumulateAbstractVector(*, 1:10_000'))'; @time v[1:1, 1:10_000];
  0.000031 seconds (65 allocations: 2.156 KiB)

(Improved timings also require JuliaArrays/LazyArrays.jl#387)

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.79%. Comparing base (b9b424e) to head (086fb29).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
+ Coverage   89.52%   89.79%   +0.26%     
==========================================
  Files          11       11              
  Lines        1938     1950      +12     
==========================================
+ Hits         1735     1751      +16     
+ Misses        203      199       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dlfivefifty dlfivefifty merged commit ba365c1 into JuliaLinearAlgebra:master Nov 18, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants