Skip to content

uucore: splice fast-path for head -c & preliminary for dd, tail, split#11844

Open
oech3 wants to merge 1 commit intouutils:mainfrom
oech3:splice-n
Open

uucore: splice fast-path for head -c & preliminary for dd, tail, split#11844
oech3 wants to merge 1 commit intouutils:mainfrom
oech3:splice-n

Conversation

@oech3
Copy link
Copy Markdown
Contributor

@oech3 oech3 commented Apr 15, 2026

Closes #11843 Closes #11620 Fixes #11777
This should help achieving same perf with

$ cat /tmp/huge|pv>/dev/null
^C.8GiB 0:00:01 [35.8GiB/s]

at 3 utils in the future.

@oech3 oech3 force-pushed the splice-n branch 4 times, most recently from 778ff1a to 08af0e0 Compare April 15, 2026 21:08
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 15, 2026

GNU testsuite comparison:

GNU test failed: tests/tail/retry. tests/tail/retry is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/date/date-locale-hour (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/seq/seq-epipe is now being skipped but was previously passing.

@oech3 oech3 marked this pull request as ready for review April 15, 2026 21:36
@oech3

This comment was marked as resolved.

@oech3 oech3 force-pushed the splice-n branch 3 times, most recently from a70c6cf to eff6fd9 Compare April 16, 2026 07:41
@oech3

This comment was marked as resolved.

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.

uucore, head, tail, dd, split: Introduce a function to splice() N bytes via broker pipe head -c is incorrect with FUSE fs with fake stat

1 participant