Skip to content

Conversation

@jishnub
Copy link
Member

@jishnub jishnub commented Mar 13, 2025

Profiling shows that this saves some time in matrix-vector multiplications.

julia> B = brand(100, 100, 0, 0);

julia> v = rand(size(B,2));

julia> w = similar(v, size(B,1));

julia> @btime mul!($w, $B, $v);
  763.242 ns (0 allocations: 0 bytes) # master
  698.709 ns (0 allocations: 0 bytes) # This PR

@codecov
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.74%. Comparing base (c4e85f4) to head (74c71c2).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #472      +/-   ##
==========================================
+ Coverage   89.71%   89.74%   +0.02%     
==========================================
  Files          25       25              
  Lines        3685     3694       +9     
==========================================
+ Hits         3306     3315       +9     
  Misses        379      379              

☔ 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.

@jishnub jishnub merged commit c51d3f1 into master Mar 13, 2025
19 checks passed
@jishnub jishnub deleted the jishnub/dataids branch March 13, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants