It would be really cool if we had allocators already. Something like: ----with (AllocatorX) { /// will use malloc and free instead of calling the GC
float[] arr; arr ~= 42; } ----
And I still don't know what a 'TLS scratch pad buffer' is.
It would be really cool if we had allocators already. Something like: ----with (AllocatorX) { /// will use malloc and free instead of calling the GC
float[] arr; arr ~= 42; } ----
And I still don't know what a 'TLS scratch pad buffer' is.