RosettaCodeData/Task/Arena-storage-pool/Julia/arena-storage-pool.julia
2023-07-01 13:44:08 -04:00

3 lines
185 B
Text

matrix = zeros(Float64, (1000,1000,1000))
# use matrix, then when done set variable to 0 to garbage collect the matrix:
matrix = 0 # large memory pool will now be collected when needed