Skip to content

Binary search the input domain#329

Draft
JSorngard wants to merge 5 commits into
mainfrom
binary_searched_w0f
Draft

Binary search the input domain#329
JSorngard wants to merge 5 commits into
mainfrom
binary_searched_w0f

Conversation

@JSorngard
Copy link
Copy Markdown
Owner

This will speed up the execution speed for larger inputs, but may slow it down for smaller ones. When I have implemented all functions in this way I will do thorough benchmarking.

@JSorngard JSorngard added the enhancement New feature or request label Apr 23, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5067593) to head (c977775).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #329   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1506      1506           
=========================================
  Hits          1506      1506           

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

@JSorngard
Copy link
Copy Markdown
Owner Author

  • sp_lambert_w0 ~20% faster.
  • lambert_w0f ~10% faster.
  • sp_lambert_wm1 ~2% slower.
  • lambert_wm1f ~3% faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants