Skip to content

Commit b7cc644

Browse files
mbrandonwmluisbrown
authored andcommitted
Add compiler performance section to table of contents.
(cherry picked from commit a27a7a57bc776dfa6371bcdad5e62cad2a582512)
1 parent c911d77 commit b7cc644

File tree

1 file changed

+1
-2
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles

1 file changed

+1
-2
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ becoming slow to execute, SwiftUI view bodies executing more often than expected
99
* [View stores](#View-stores)
1010
* [CPU-intensive calculations](#CPU-intensive-calculations)
1111
* [High-frequency actions](#High-frequency-actions)
12+
* [Compiler performance](#Compiler-performance)
1213
<!--* [Memory usage](#Memory-usage)-->
1314

1415
### View stores
@@ -305,8 +306,6 @@ case .startButtonTapped:
305306
This greatly reduces the bandwidth of actions being sent into the system so that you are not
306307
incurring unnecessary costs for sending actions.
307308

308-
<!--### Memory usage-->
309-
310309
### Compiler performance
311310

312311
In very large SwiftUI applications you may experience degraded compiler performance causing long

0 commit comments

Comments
 (0)