Skip to content

Commit 34c85f7

Browse files
committed
fix: 标点符号处理
1 parent 9a5f280 commit 34c85f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reports/2024/#285-2024.04.15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
### 🐕 COW Macro Package
4747

48-
[@Kyle-Ye](https://github.com/Kyle-Ye) Swift 的大量标准库内的 struct 出于性能等因素考虑都进行了 Copy On Write(后简称 COW)优化(如 String、Array、Set、Dictionary),但是对于业务自定义的 struct 默认没有此类优化。
48+
[@Kyle-Ye](https://github.com/Kyle-Ye)Swift 的大量标准库内的 struct 出于性能等因素考虑都进行了 Copy On Write(后简称 COW)优化(如 String、Array、Set、Dictionary),但是对于业务自定义的 struct 默认没有此类优化。
4949

5050
因此如果业务定义了一个巨大的 struct,在此 struct 作为参数传递过程中,容易产生较大的包大小并且有一定性能影响。
5151

0 commit comments

Comments
 (0)