This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
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.
Close
经过实践,ReactiveUI 尽管具备开箱即用的优点,但是并不轻量,引入后伴随着大量代码生成,容易产生内存泄漏和性能损耗(应该是我不会用)。为了降低这种不透明带来的开发风险,移除ReactiveUI及其组件,并使用 CommunityToolkit.Mvvm 代替
PR 类型
这个 PR 的目的是什么?
当前行为是什么?
应用存在内存泄漏和运行性能过低等问题
新的行为是什么?
在移除 ReactiveUI 后,关闭视频后的内存释放较之前多了40%,整体运行效率难以量化,但是体验好了一些
PR 检查清单
请检查你的 PR 是否满足以下要求:
备注
重构后的应用功能有待进一步的测试