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

add 1D hash, parameterize datastructure. #411

Merged
merged 22 commits into from
Feb 14, 2024
Merged

Conversation

willow-ahrens
Copy link
Collaborator

@willow-ahrens willow-ahrens commented Feb 12, 2024

fixes #227

@willow-ahrens willow-ahrens changed the title improved datastructure approach add dictionaries Feb 13, 2024
@willow-ahrens willow-ahrens changed the title add dictionaries add 1D hash, parameterize datastructure. Feb 13, 2024
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (e684046) 76.45% compared to head (ce3e1b5) 76.14%.

Files Patch % Lines
src/tensors/levels/sparselevels.jl 85.35% 35 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #411      +/-   ##
==========================================
- Coverage   76.45%   76.14%   -0.32%     
==========================================
  Files          85       86       +1     
  Lines        7505     7725     +220     
==========================================
+ Hits         5738     5882     +144     
- Misses       1767     1843      +76     

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

@willow-ahrens willow-ahrens marked this pull request as ready for review February 13, 2024 23:55
@willow-ahrens willow-ahrens merged commit e06ba1c into main Feb 14, 2024
8 checks passed
@willow-ahrens willow-ahrens deleted the wma/sparse-datastructure branch February 14, 2024 00:25
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.

Add an optimized hash level for one dimension
2 participants