Struct UnsafeParallelHashMapData<TKey, TValue>
- Namespace
- Misaki.HighPerformance.LowLevel.Collections
- Assembly
- Misaki.HighPerformance.LowLevel.dll
public struct UnsafeParallelHashMapData<TKey, TValue> where TKey : unmanaged, IEquatable<TKey> where TValue : unmanaged
Type Parameters
TKeyTValue
- Inherited Members
Fields
alignment
public int alignment
Field Value
allocatedIndex
public int allocatedIndex
Field Value
allocationHandle
public AllocationHandle allocationHandle
Field Value
bucketCapacityMask
public int bucketCapacityMask
Field Value
buckets
public int* buckets
Field Value
- int*
buffer
public byte* buffer
Field Value
- byte*
capacity
public int capacity
Field Value
count
public int count
Field Value
firstFreeIndex
public int firstFreeIndex
Field Value
keys
public TKey* keys
Field Value
- TKey*
log2MinGrowth
public int log2MinGrowth
Field Value
next
public int* next
Field Value
- int*
values
public TValue* values
Field Value
- TValue*