ModPack提取Overrides文件加速#38
Merged
YangSpring429 merged 12 commits intoLunova-Studio:4.0.xfrom Feb 14, 2026
Merged
Conversation
…kUtils中的单线程版本提取(多线程版本未测试,使用单线程与原本逻辑保持一致)
…ackUtils中的单线程版本提取
MinecraftLaunch/Components/Installer/Modpack/CurseforgeModpackInstaller.cs
Show resolved
Hide resolved
MinecraftLaunch/Components/Installer/Modpack/ModrinthModpackInstaller.cs
Show resolved
Hide resolved
MinecraftLaunch/Components/Installer/Modpack/ModrinthModpackInstaller.cs
Show resolved
Hide resolved
Contributor
Author
|
我一尝试复刻原先的那种"并行",然后我发现这没有起到加速作用 |
Contributor
Author
|
挂个有用点的BOT像Gemini和Qxxxxx啥的检查漏洞,规范和逻辑阿() |
Member
|
1 similar comment
Member
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1 在
MinecraftLaunch.Extensions.ZipArchiveExtension中移植了.NET10内置的ExtractToFileAsync以提升响应性2 基于
1.实现了整合包提取,删去了原先的锁以减少锁开销3 减少了部分无必要的原子操作(无必要的: 可视且无竞态的)