We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e4ba7 commit 5198c06Copy full SHA for 5198c06
doc/src/manual/performance-tips.md
@@ -3,6 +3,13 @@
3
In the following sections, we briefly go through a few techniques that can help make your Julia
4
code run as fast as possible.
5
6
+## [Table of contents](@id man-performance-tips-toc)
7
+
8
+```@contents
9
+Pages = ["performance-tips.md"]
10
+Depth = 3
11
+```
12
13
## General advice
14
15
### Performance critical code should be inside a function
0 commit comments