Skip to content

[BWARE] Add HashMapIntToInt primitive int-to-int hash map#2478

Open
Baunsgaard wants to merge 2 commits into
apache:mainfrom
Baunsgaard:split/hashMapIntToInt
Open

[BWARE] Add HashMapIntToInt primitive int-to-int hash map#2478
Baunsgaard wants to merge 2 commits into
apache:mainfrom
Baunsgaard:split/hashMapIntToInt

Conversation

@Baunsgaard

Copy link
Copy Markdown
Contributor

Introduce a specialized open-addressing map storing primitive int keys and values, avoiding boxing for integer-to-integer lookups used by compressed column-group operations.

Introduce a specialized open-addressing map storing primitive int keys and values, avoiding boxing for integer-to-integer lookups used by compressed column-group operations.
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.31973% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 71.41%. Comparing base (88c26e2) to head (b2dc051).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
.../sysds/runtime/compress/utils/HashMapIntToInt.java 99.31% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2478      +/-   ##
============================================
+ Coverage     71.37%   71.41%   +0.03%     
- Complexity    48749    48814      +65     
============================================
  Files          1571     1572       +1     
  Lines        188912   189059     +147     
  Branches      37067    37097      +30     
============================================
+ Hits         134845   135010     +165     
+ Misses        43601    43591      -10     
+ Partials      10466    10458       -8     

☔ View full report in Codecov by Harness.
📢 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.

Cover put/get, putIfAbsent variants, collision chains, resize,
iteration, and the primitive -1 absent-sentinel contract.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant