DOTS Geometry
 
Loading...
Searching...
No Matches
Jobs

Classes

struct  NativeParallelMultiHashMapJobs.ClearParallelMultiHashMapJob< T, U >
 
struct  NativeParallelMultiHashMapJobs.CopyParallelMultiHashMapJob< T, U >
 When a native parallel multi hash map is resized, the order is sometimes mingled up for some items. I suspect, this is because of hash collisions and actually depends on GetHashCode() from your T-Type (UnsafeParallelHashMap -> ReallocateHashMap, Line 197, as of writing this comment, if you want to take a look at it yourself). The larger your hash map, the more collisions, so my theory... But I could be wrong! More...
 
class  JobAllocations
 A helper class for storing native memory allocations that happen for example inside a method call that creates jobs. The caller of the method is required to call Dispose() at an appropiate time (based on the Allocator Type) More...
 
class  NativeParallelMultiHashMapJobs
 

Detailed Description