Skip to content

Simplify linear index handling#19

Merged
astamm merged 1 commit into
masterfrom
remove-linear-index
Jan 14, 2026
Merged

Simplify linear index handling#19
astamm merged 1 commit into
masterfrom
remove-linear-index

Conversation

@astamm

@astamm astamm commented Jan 14, 2026

Copy link
Copy Markdown
Owner

Directly compute indices rather than using linear index table. Fixes Integer overlow in linear_index for semi-large data sets. Fixes #17.

…Integer overlow in linear_index for semi-large data sets

Fixes #17.
@codecov-commenter

codecov-commenter commented Jan 14, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 32.11679% with 93 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.46%. Comparing base (a1f904a) to head (7cfffb9).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
R/utils.R 24.39% 93 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   76.95%   75.46%   -1.49%     
==========================================
  Files          38       38              
  Lines        2256     2299      +43     
==========================================
- Hits         1736     1735       -1     
- Misses        520      564      +44     

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

@astamm astamm merged commit eddac68 into master Jan 14, 2026
7 checks passed
@astamm astamm deleted the remove-linear-index branch January 14, 2026 21:40
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.

Integer overlow in linear_index for semi-large data sets

2 participants