Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce excess matrix manipulations in item-KNN #678

Merged
merged 5 commits into from
Mar 27, 2025

Conversation

mdekstrand
Copy link
Member

Speed up item-KNN by reducing some excess matrix manipulations.

@mdekstrand mdekstrand added components LensKit recommendation components performance labels Mar 25, 2025
@mdekstrand mdekstrand added this to the 2025.3 milestone Mar 25, 2025
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.22%. Comparing base (e13381f) to head (aabef49).
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #678      +/-   ##
==========================================
+ Coverage   90.19%   90.22%   +0.03%     
==========================================
  Files         134      134              
  Lines        9263     9261       -2     
==========================================
+ Hits         8355     8356       +1     
+ Misses        908      905       -3     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mdekstrand mdekstrand merged commit aabef49 into lenskit:main Mar 27, 2025
31 of 33 checks passed
@mdekstrand mdekstrand deleted the feature/iknn-speedup branch March 27, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
components LensKit recommendation components performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant