spe*_*der 0 .net c# 64-bit memory-management primitive-types
对于List带有n元素的元素,在x64机器上需要更多存储(如果有的话):
List<int>
Run Code Online (Sandbox Code Playgroud)
-要么-
List<long>
Run Code Online (Sandbox Code Playgroud)
我想这个问题可以改为:
在x64上,int占用的空间是否少于long?