[PR #76] [CLOSED] Windows performance 2 #290

Closed
opened 2026-06-08 11:26:49 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/76
Author: @bootandy
Created: 2/27/2020
Status: Closed

Base: masterHead: win-perf


📝 Commits (2)

  • 9f5e0aa Avoid opening all files for reading on windows
  • c7a0094 Clean up windows performance

📊 Changes

2 files changed (+124 additions, -43 deletions)

View changed files

📝 src/utils/mod.rs (+50 -30)
📝 src/utils/platform.rs (+74 -13)

📄 Description

Evolution of this pull
https://github.com/bootandy/dust/pull/74


🔄 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/bootandy/dust/pull/76 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `win-perf` --- ### 📝 Commits (2) - [`9f5e0aa`](https://github.com/bootandy/dust/commit/9f5e0aaf8d7c0c0339c8e8e49d9c56530e22d910) Avoid opening all files for reading on windows - [`c7a0094`](https://github.com/bootandy/dust/commit/c7a00943c7a164033007d9ab656230fdf446c2f6) Clean up windows performance ### 📊 Changes **2 files changed** (+124 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `src/utils/mod.rs` (+50 -30) 📝 `src/utils/platform.rs` (+74 -13) </details> ### 📄 Description Evolution of this pull https://github.com/bootandy/dust/pull/74 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:49 +03:00
zhus closed this issue 2026-06-08 11:26:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#290