WIP
NativeContainer created as part of Unity ECS.
It has special rules for allowing safe and deterministic write access from ParallelFor jobs. The NativeHashMap.Concurrent
method lets you add items in parallel from IJobParallelFor.
See also: Wikipedia - Hash table.