Skip to content

Commit 46a18e7

Browse files
authored
添加Dirty Flag Pattern 脏标记模式的README
添加Dirty Flag Pattern 脏标记模式的README
1 parent e90714c commit 46a18e7

File tree

1 file changed

+1
-1
lines changed
  • Assets/Game Programming Patterns/Dirty Flag Pattern

1 file changed

+1
-1
lines changed

Assets/Game Programming Patterns/Dirty Flag Pattern/README.md

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

55
Avoid unnecessary work by deferring it until the result is needed.
66
<br>
7-
通过合理组织数据利用CPU的缓存机制来加快内存访问速度
7+
将工作推迟到必要时进行以避免不必要的工作
88

99

1010

0 commit comments

Comments
 (0)