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

feat: add breadcrumb ringbuffer to avoid O(n) memmove #1060

Merged
merged 27 commits into from
Nov 4, 2024

applied suggestions from code review

190a4a5
Select commit
Loading
Failed to load commit list.
Merged

feat: add breadcrumb ringbuffer to avoid O(n) memmove #1060

applied suggestions from code review
190a4a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

82.60% (-0.04%) compared to b598af0, passed because coverage increased by 0% when compared to adjusted base (82.59%)

View this Pull Request on Codecov

82.60% (-0.04%) compared to b598af0, passed because coverage increased by 0% when compared to adjusted base (82.59%)

Details

Codecov Report

Attention: Patch coverage is 83.78378% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.60%. Comparing base (b598af0) to head (190a4a5).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1060      +/-   ##
==========================================
- Coverage   82.63%   82.60%   -0.04%     
==========================================
  Files          53       53              
  Lines        7660     7680      +20     
  Branches     1208     1209       +1     
==========================================
+ Hits         6330     6344      +14     
- Misses       1216     1224       +8     
+ Partials      114      112       -2