[PR #2592] [MERGED] Look up header values directly #2650

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2592
Author: @gaul
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @ggtakec

Base: masterHead: case-insentive-meta


📝 Commits (1)

  • c6ce55c Look up header values directly

📊 Changes

1 file changed (+5 additions, -8 deletions)

View changed files

📝 src/cache.cpp (+5 -8)

📄 Description

stat_cache_entry::meta uses a case-insensitive comparator so there is no need to loop over each entry to compare each key with lowercase.


🔄 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/2592 **Author:** [@gaul](https://github.com/gaul) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `case-insentive-meta` --- ### 📝 Commits (1) - [`c6ce55c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c6ce55c1fac7048539719c7e1a73dac0495996ba) Look up header values directly ### 📊 Changes **1 file changed** (+5 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+5 -8) </details> ### 📄 Description `stat_cache_entry::meta` uses a case-insensitive comparator so there is no need to loop over each entry to compare each key with lowercase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:36 +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#2650
No description provided.