System.OutOfMemoryException尝试23997908th在a中添加项时抛出了类型的异常HashSet<Int32>.
System.OutOfMemoryException
23997908th
HashSet<Int32>
我们需要维护一个高性能的整数sizeof Int32.MaxValue ie的独特集合2147483647.HashSet中Int32只能存储23997907在它的项目.寻找解决此问题的建议.
Int32
2147483647
HashSet
23997907
.net c# out-of-memory hashset
.net ×1
c# ×1
hashset ×1
out-of-memory ×1