Memory Pre-allocation in the global scope

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.

1 Like