How to optimise Julia code: A practical guide mentions some good tools from the Julia ecosystem related to performance optimization (some parts of it may be too advanced though, so feel free to skip sections and come back to them later). And the Julia Notes page explains some of the stuff mentioned there in a bit more detail, for eg. sections on type stability, allocations, etc.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Strategies to reuse memory | 9 | 1646 | February 15, 2022 | |
| Why does Julia allocate memory when I already pre-allocated? | 5 | 601 | July 24, 2021 | |
| Pre-allocating Arrays for intermediate calculations | 10 | 1534 | March 12, 2019 | |
| Allocations when moving loop into a function | 3 | 163 | June 1, 2025 | |
| Spurious memory allocations within function | 9 | 502 | March 22, 2023 |