Skip to content

SepWriter.Col: Replace StringBuilder with ArrayPool array and DefaultInterpolatedStringHandler #216

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

Merged
merged 18 commits into from
Jan 12, 2025

Conversation

nietras
Copy link
Owner

@nietras nietras commented Jan 10, 2025

Use UnsafeAccessor for DefaultInterpolatedStringHandler to let this handle array from ArrayPool incl. growing size (much simpler)

Copy link

codecov bot commented Jan 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (accd807) to head (ea7478a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          47       47           
  Lines        3602     3613   +11     
  Branches      403      400    -3     
=======================================
+ Hits         3587     3598   +11     
  Misses         13       13           
  Partials        2        2           
Flag Coverage Δ
Debug 99.41% <100.00%> (+<0.01%) ⬆️
Release 99.84% <100.00%> (+<0.01%) ⬆️
macos-latest 92.16% <100.00%> (+0.02%) ⬆️
ubuntu-latest 99.55% <100.00%> (+<0.01%) ⬆️
windows-latest 99.55% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@nietras nietras changed the title Replace StringBuilder with ColBuilder in SepWriter.Col Replace StringBuilder with ArrayPool array in SepWriter.Col Jan 11, 2025
@nietras nietras changed the title Replace StringBuilder with ArrayPool array in SepWriter.Col SepWriter.Col: Replace StringBuilder with ArrayPool array and DefaultInterpolatedStringHandler Jan 12, 2025
@nietras nietras merged commit 77c0499 into main Jan 12, 2025
32 checks passed
@nietras nietras deleted the replace-stringbuilder branch January 12, 2025 12:19
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.

1 participant