June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
3
Task/Arena-storage-pool/Julia/arena-storage-pool.julia
Normal file
3
Task/Arena-storage-pool/Julia/arena-storage-pool.julia
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// Kotlin Native v0.3
|
||||
// Kotlin Native v0.5
|
||||
|
||||
import kotlinx.cinterop.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue