STXXL equivalent in Java

大兔子大兔子 提交于 2019-12-05 02:25:48

问题


I'm searching a collection framework designed for huge datasets in Java that behaves transparently, like STXXL does for C++.

It should transparently swap to disk, but in a much more efficient manner than plain OS-based VM swapping. A StringBuffer/String drop-in replacement would be a big plus.


回答1:


These fill needs only partially:

Oracle Berkeley DB Java Edition database backed collections: http://www.oracle.com/technology/documentation/berkeley-db/je/java/index.html

Joafip persistent collections: http://joafip.sourceforge.net/javadoc/net/sf/joafip/java/util/package-summary.html




回答2:


Terracotta



来源:https://stackoverflow.com/questions/1068477/stxxl-equivalent-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!