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

Loop optimization: move maxlen check outside to reduce unnecessary checks #1557

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Conversation

hengyoush
Copy link

A trival pr, move maxlen check outside to reduce unnecessary ecks

hengyouhai and others added 2 commits January 13, 2025 21:35
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.94%. Comparing base (dc9ca1b) to head (b6ee3f3).
Report is 7 commits behind head on unstable.

Files with missing lines Patch % Lines
src/hashtable.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1557      +/-   ##
============================================
- Coverage     70.98%   70.94%   -0.04%     
============================================
  Files           120      120              
  Lines         65061    65061              
============================================
- Hits          46185    46159      -26     
- Misses        18876    18902      +26     
Files with missing lines Coverage Δ
src/hashtable.c 77.27% <0.00%> (-0.09%) ⬇️

... and 21 files with indirect coverage changes

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.

2 participants