[PR #2766] [MERGED] Use more efficient line-buffered awk #2774

Closed
opened 2026-03-04 02:07:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2766
Author: @gaul
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @ggtakec

Base: masterHead: awk


📝 Commits (1)

  • e741a5c Use more efficient line-buffered awk

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 test/integration-test-common.sh (+1 -1)
📝 test/test-utils.sh (+0 -1)

📄 Description

sed --unbuffered reads character-by-character. This saves 3 seconds of CPU time per test flag.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2766 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `awk` --- ### 📝 Commits (1) - [`e741a5c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e741a5c358e723763328a02ce10f72b220301e43) Use more efficient line-buffered awk ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `test/integration-test-common.sh` (+1 -1) 📝 `test/test-utils.sh` (+0 -1) </details> ### 📄 Description `sed --unbuffered` reads character-by-character. This saves 3 seconds of CPU time per test flag. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2774
No description provided.