# Memory Pre-allocation in the global scope

**URL:** https://discourse.julialang.org/t/memory-pre-allocation-in-the-global-scope/85861
**Category:** New to Julia
**Tags:** question
**Created:** [August 17, 2022, 7:21am UTC](https://discourse.julialang.org/t/memory-pre-allocation-in-the-global-scope/85861 "2022-08-17T07:21:07Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![digital\_carver](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/digital_carver/32/33818_2.png) [@digital\_carver](https://discourse.julialang.org/u/digital_carver)
#### Post date: [August 18, 2022, 12:08pm UTC](https://discourse.julialang.org/t/memory-pre-allocation-in-the-global-scope/85861/21 "2022-08-18T12:08:57Z")

</div>

> [@NaMod](#):
>
> As the last question, do you know a reference other than Julia’s documentation where I can dig more into the efficiency tips?

[How to optimise Julia code: A practical guide](https://viralinstruction.com/posts/optimise/#) 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](https://m3g.github.io/JuliaNotes.jl/stable/) page explains some of the stuff mentioned there in a bit more detail, for eg. sections on [type stability](https://m3g.github.io/JuliaNotes.jl/stable/instability/), [allocations](https://m3g.github.io/JuliaNotes.jl/stable/memory/), etc.

[Previous page](https://discourse.julialang.org/t/memory-pre-allocation-in-the-global-scope/85861.md?page=1)
