I am trying to find what is the upper limit of Scripting.Dictionary? Is there one?
我试图找到Scripting.Dictionary的上限是什么?有吗?
It could be either limit on number of elements or size of memory. I could not trace any info on that.
它可以是元素数量限制或内存大小。我无法追踪任何信息。
1 个解决方案
#1
4
From everything I've ever encountered (and can't seem to find any documentation to contradict this), the dictionary has no implicit upper limit and is only limited by the amount of memory you have available.
从我遇到的所有内容(并且似乎找不到任何与之相矛盾的文档),字典没有隐含的上限,只受可用内存量的限制。
#1
4
From everything I've ever encountered (and can't seem to find any documentation to contradict this), the dictionary has no implicit upper limit and is only limited by the amount of memory you have available.
从我遇到的所有内容(并且似乎找不到任何与之相矛盾的文档),字典没有隐含的上限,只受可用内存量的限制。