技术栈

nativehashset

永恒星
6 个月前
nativehashset·nativerhashmap
Unity Job System详解(5)——NativeHashSet/Map源码分析不再贴完整源码,只贴关键部分源码需要先看懂C# 字典原理NativeHashSet的定义为:public unsafe struct NativeHashSet<T>: INativeDisposable, IEnumerable<T> where T : unmanaged, IEquatable<T>