- Home /
Question by
martygrof3708 · Apr 23, 2020 at 01:12 AM ·
arraymemorynativepointer
How can I memset a Native Array from multiple threads?
I have a huge array I need to memset every frame. Right now I do this single threaded. But is there a way to slice the array or something so I can then memset each portion in a different thread?
Comment