Handle large data structure in Java

后端 未结 9 1637

I\'m working on a Java application that needs working on very large matrices. For example multiplying two 10 million * 10 million matrices! Of course the Java heap does not

9条回答
  •  梦谈多话
    2020-12-30 13:12

    Have a look at CGL-MapReduce http://www.cs.indiana.edu/~jekanaya/cglmr.html#Matrix_Multiplication

提交回复
热议问题