decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile MemsetBufferJob<T> vs NativeArrayExtension.FloodSet

mbaker3 opened this issue · comments

Profile MemsetBufferJob<T> vs NativeArrayExtension.FloodSet.
FloodSet is probably faster in all cases even though Unity has a MemsetNativeArray job that is implemented similarly to our mem set job.