Skip to content

Commit

Permalink
link to invalidations blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Sep 13, 2024
1 parent d08f800 commit 5ba4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ General good practice for package developers includes:
1. Reduce your dependencies to those you really need. Consider using [package extensions](@ref) to support interoperability with other packages without bloating your essential dependencies.
3. Avoid use of [`__init__()`](@ref) functions unless there is no alternative, especially those which might trigger a lot
of compilation, or just take a long time to execute.
4. Where possible, fix invalidations among your dependencies and from your package code.
4. Where possible, fix [invalidations](https://julialang.org/blog/2020/08/invalidations/) among your dependencies and from your package code.

The tool [`@time_imports`](@ref) can be useful in the REPL to review the above factors.

Expand Down

0 comments on commit 5ba4edf

Please sign in to comment.