Unity Spain
Comunidad => Unity Feeds => Mensaje iniciado por: pioj en Agosto 26, 2019, 11:00:25 AM
Unity's Native Collections package, currently in Preview, provides a hash map but not a hash set. Today we'll supplement NativeHashMap<TKey, TValue> with our own NativeHashSet<T> as part of the NativeCollections repo. Read on for performance results and to see how to use it! Unity's NativeHashMap<TKey, TValue> is meant as a replacement for Dictionary<TKey, TValue>, but [...]
Ver artículo completo... (https://jacksondunstan.com/articles/5346)