Skip to content

Optimize a, c, i text usage#111

Merged
sylvestre merged 1 commit intouutils:mainfrom
dspinellis:aci-optimize
Jul 28, 2025
Merged

Optimize a, c, i text usage#111
sylvestre merged 1 commit intouutils:mainfrom
dspinellis:aci-optimize

Conversation

@dspinellis
Copy link
Copy Markdown
Collaborator

Avoid the cost of string copies through the use of a reference counted str.

The benchmark results improve as follows:

access-log-append aci-optimize is 1.07 times faster than rust-f2a2d868

Avoid the cost of string copies through the use of a reference counted
str.

The benchmark results improve as follows:

access-log-append aci-optimize is 1.07 times faster than rust-f2a2d868
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 28, 2025

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (f2a2d86) to head (bfac7cf).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/uu/sed/src/compiler.rs 0.00% 2 Missing ⚠️
src/uu/sed/src/processor.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #111   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         13      13           
  Lines       2721    2721           
  Branches     231     231           
=====================================
  Misses      2721    2721           
Flag Coverage Δ
macos_latest 0.00% <0.00%> (ø)
ubuntu_latest 0.00% <0.00%> (ø)
windows_latest 0.00% <0.00%> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sylvestre
Copy link
Copy Markdown
Contributor

nice!

@sylvestre sylvestre merged commit d187356 into uutils:main Jul 28, 2025
15 checks passed
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