Skip to content

Commit

Permalink
doc: manual: give the Performance Tips a table of contents (#56917)
Browse files Browse the repository at this point in the history
The page is quite long, and now it also has a more intricate structure
than before, IMO it deserves a TOC.
  • Loading branch information
nsajko authored Dec 29, 2024
1 parent b4e4ba7 commit 5198c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/src/manual/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
In the following sections, we briefly go through a few techniques that can help make your Julia
code run as fast as possible.

## [Table of contents](@id man-performance-tips-toc)

```@contents
Pages = ["performance-tips.md"]
Depth = 3
```

## General advice

### Performance critical code should be inside a function
Expand Down

2 comments on commit 5198c06

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.