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

perf(fock): Caching subspaces #249

Merged
merged 1 commit into from
Jan 31, 2024
Merged

perf(fock): Caching subspaces #249

merged 1 commit into from
Jan 31, 2024

Conversation

Kolarovszki
Copy link
Collaborator

Calculating the subspaces (the indices, essentially) is a costly calculation, and it is beneficial to have them stored in a cache for later purposes.

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (91bb615) 96.55% compared to head (9230d08) 96.59%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #249      +/-   ##
==========================================
+ Coverage   96.55%   96.59%   +0.04%     
==========================================
  Files          57       57              
  Lines        2928     2963      +35     
==========================================
+ Hits         2827     2862      +35     
  Misses        101      101              

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

Calculating the subspaces (the indices, essentially) is a costly calculation,
and it is beneficial to have them stored in a cache for later purposes.
@Kolarovszki Kolarovszki merged commit 873f464 into main Jan 31, 2024
6 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.

1 participant