Skip to content

Conversation

badasahog
Copy link
Contributor

isfinite is likely faster, and also not opaque to the compiler, allowing for other optimizations.

Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (053d905) to head (e44e72c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7242   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files          81       81           
  Lines       15254    15254           
=======================================
  Hits        15070    15070           
  Misses        184      184           

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

Copy link

github-actions bot commented Aug 7, 2025

  • HEAD=stdisfinite stopped early for isoweek improved in #7144
  • HEAD=stdisfinite slower P<0.001 for setDT improved in #5427
    Comparison Plot

Generated via commit e44e72c

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 2 minutes and 49 seconds
Installing different package versions 39 seconds
Running and plotting the test cases 2 minutes and 35 seconds

@HughParsonage
Copy link
Member

HughParsonage commented Aug 7, 2025 via email

@MichaelChirico
Copy link
Member

@badasahog
Copy link
Contributor Author

I wasn't aware of that, but we are compiling with c99, no?

I think it's better to use standard C when possible, up to you tho.

@jangorecki
Copy link
Member

I think it is better to use R API, in case behavior changes in future we are protected. Also this change unnecessarily will introduce many conflicts...

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.

4 participants