我需要能够快速查找这些数据并需要访问所有这些数据.不幸的是,我还需要节省内存(其中一些会导致内存OutofMemoryExceptions)
OutofMemoryExceptions
short[,,] data = new short[8000,8000,2];
我尝试过以下方法:
.net c# out-of-memory multidimensional-array
.net ×1
c# ×1
multidimensional-array ×1
out-of-memory ×1