Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMobileDeveloper authored Aug 8, 2021
1 parent c256cd6 commit 2bb1b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/2021/#170-2021.08.09.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@

[@Smallfly](https://github.com/iostalks):字符串是开发中比较常用的类型,Swift `String` 作为结构体,运行时在栈内创建字符串实例。对于不可变的字符串,频繁使用 `String` 类型,对栈内存和 CPU 来说是一种浪费。Swift `StaticString` 类型在 `String` 的基础上进行了优化,实现了字符串引用,本文简单的介绍了它在编译器层的实现原理。

### 🌟 🐕 [浅析快手iOS启动优化方式——动态库懒加载](https://mp.weixin.qq.com/s/gNc3uK5ILbXsO8jB1O-jnQ)

[@Leo](https://github.com/leomobiledeveloper):App 的启动速度与用户体验息息相关,启动速度越快,用户的留存率往往也会越高。对于 iOS 应用来说,其启动主要分为 main() 方法之前 (也称为 premain ) 和 main() 方法之后两个阶段。本文将要介绍的优化方式是动态库懒加载,即主要针对 premain 阶段进行优化。文中会重点介绍在动态库懒加载和启动代码动改静的实践过程中遇到的一些问题及处理方式。

## 摸鱼周报

[@摸鱼周报 #21](https://mp.weixin.qq.com/s/Hcd8CtkyqD8IXM0SbVJo-A):第二十一期摸鱼周报来了,一起来看下本期概要:
Expand Down

0 comments on commit 2bb1b14

Please sign in to comment.