Representing a 100K X 100K matrix in Java

后端 未结 9 2038
名媛妹妹
名媛妹妹 2020-12-30 13:45

How can I store a 100K X 100K matrix in Java?

I can\'t do that with a normal array declaration as it is throwing a java.lang.OutofMemoryError.

9条回答
  •  时光取名叫无心
    2020-12-30 14:02

    You can upgrade to this machine:

    http://www.azulsystems.com/products/compute_appliance.htm

    864 processor cores and 768 GB of memory, only costs a single family house somewhere.

提交回复
热议问题