[PR #954] [MERGED] Clear containers instead of individual erases #1725

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/954
Author: @gaul
Created: 2/5/2019
Status: Merged
Merged: 2/6/2019
Merged by: @ggtakec

Base: masterHead: clear-iter


📝 Commits (1)

  • 4d0bef1 Clear containers instead of individual erases

📊 Changes

3 files changed (+14 additions, -6 deletions)

View changed files

📝 src/cache.cpp (+2 -1)
📝 src/curl.cpp (+10 -4)
📝 src/s3fs.cpp (+2 -1)

📄 Description

This has O(n) runtime instead of O(n log n).


🔄 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/954 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/5/2019 **Status:** ✅ Merged **Merged:** 2/6/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `clear-iter` --- ### 📝 Commits (1) - [`4d0bef1`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4d0bef1e909a6a520448953dc5add0061eda5bb0) Clear containers instead of individual erases ### 📊 Changes **3 files changed** (+14 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+2 -1) 📝 `src/curl.cpp` (+10 -4) 📝 `src/s3fs.cpp` (+2 -1) </details> ### 📄 Description This has O(n) runtime instead of O(n log n). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:51 +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#1725
No description provided.