Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Add a "contains" fast-path to like_utf8_scalar #1582

Merged
merged 4 commits into from
Oct 22, 2023

Don't lock minor version of memchr

b8fbe12
Select commit
Loading
Failed to load commit list.
Merged

Add a "contains" fast-path to like_utf8_scalar #1582

Don't lock minor version of memchr
b8fbe12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2023 in 1s

83.39% (+0.00%) compared to 9a26422

View this Pull Request on Codecov

83.39% (+0.00%) compared to 9a26422

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a26422) 83.38% compared to head (b8fbe12) 83.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1582   +/-   ##
=======================================
  Coverage   83.38%   83.39%           
=======================================
  Files         391      391           
  Lines       42983    42993   +10     
=======================================
+ Hits        35841    35853   +12     
+ Misses       7142     7140    -2     
Files Coverage Δ
src/compute/like.rs 64.73% <100.00%> (+1.95%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.