[PR #149] [MERGED] Rewrite #327

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/149
Author: @bootandy
Created: 6/16/2021
Status: Merged
Merged: 6/22/2021
Merged by: @bootandy

Base: masterHead: rewrite


📝 Commits (1)

  • 00c7ce8 Large refactor. Use rayon, 10X performance boost

📊 Changes

14 files changed (+699 additions, -629 deletions)

View changed files

📝 Cargo.lock (+87 -103)
📝 Cargo.toml (+1 -3)
src/dirwalker.rs (+176 -0)
📝 src/display.rs (+48 -40)
src/display_node.rs (+46 -0)
src/filter.rs (+104 -0)
📝 src/main.rs (+29 -57)
src/node.rs (+54 -0)
📝 src/platform.rs (+6 -6)
src/utils.rs (+126 -0)
src/utils/mod.rs (+0 -402)
📝 tests/test_exact_output.rs (+8 -10)
📝 tests/test_flags.rs (+2 -2)
📝 tests/tests_symlinks.rs (+12 -6)

📄 Description

No description provided


🔄 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/149 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 6/16/2021 **Status:** ✅ Merged **Merged:** 6/22/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `rewrite` --- ### 📝 Commits (1) - [`00c7ce8`](https://github.com/bootandy/dust/commit/00c7ce8f15748f18dc481d4ea1e45c4cd25c7f13) Large refactor. Use rayon, 10X performance boost ### 📊 Changes **14 files changed** (+699 additions, -629 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+87 -103) 📝 `Cargo.toml` (+1 -3) ➕ `src/dirwalker.rs` (+176 -0) 📝 `src/display.rs` (+48 -40) ➕ `src/display_node.rs` (+46 -0) ➕ `src/filter.rs` (+104 -0) 📝 `src/main.rs` (+29 -57) ➕ `src/node.rs` (+54 -0) 📝 `src/platform.rs` (+6 -6) ➕ `src/utils.rs` (+126 -0) ➖ `src/utils/mod.rs` (+0 -402) 📝 `tests/test_exact_output.rs` (+8 -10) 📝 `tests/test_flags.rs` (+2 -2) 📝 `tests/tests_symlinks.rs` (+12 -6) </details> ### 📄 Description _No description provided_ --- <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:27:12 +03:00
zhus closed this issue 2026-06-08 11:27:12 +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#327