summaryrefslogtreecommitdiff
path: root/Primitive values such as the array are allocated on the stack.md
blob: c46ff60d51eddda4a4df8ee35e4193a09b75e98b (plain)
1
2
3
[[Rust]]

This may be useful to know when optimizing for speed. But for example arrays are limited (or more difficult) in use than vectors which are allocated on the heap instead.