Skip to content

Commit fc46875

Browse files
authored
Merge pull request #5380 from jiyan135960/fix_5363
fix #5363
2 parents 4c0920b + ea32fa6 commit fc46875

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Reports/2026/#373-2026.06.22.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343

4444
对于关注 Taro 生态、移动端跨端架构和原生渲染优化的读者,这篇文章有一定参考价值,让我们期待 Taro 5.0 的开源吧。
4545

46+
### 🐎 [一个 Linux 调度器优化,让 Android 多耗 20% 的电,传音工程师如何发现问题](https://mp.weixin.qq.com/s/_MoCn0M7x6Ru4G4BR8dOqg)
47+
48+
[@Crazy](https://github.com/jiyan135960):这篇文章主要讲了一段多年前实现了滑动流畅性优化的代码,为何在新版 Android 中变为了负担。简单用一句话来解释就是,因为要解决掉帧问题所以做了宁可早提频也别掉帧的优化方案,但今天卡顿的瓶颈有很大可能不再是 CPU,所以即使提帧也只是白白浪费了电量。今日的 Android 有了 ADPF(Android Dynamic Performance Framework),APP 可直接给系统明确的 performance hint,不用调度器靠 runnable/util 瞎猜。在这个硬件与软件同时高速发展的今天,很有可能今天是对的东西,过几年就发现是错的,或者是负向的。这也就是技术人员需要持续更新,持续学习的原因。
49+
4650
## 工具
4751

4852
### 🐎 [TrayPulsy:会随系统负载加速奔跑的 macOS 菜单栏监控工具](https://github.com/krissss/tray-pulsy)

0 commit comments

Comments
 (0)