What kind of data structure shall i use for handling huge data

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-05-05T18:28:49Z Indexed on 2010/05/05 18:38 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

I am parsing huge xhtml files and am trying to play around with the content in it. Basically the words in it, their positions etc. I tried using the HashMap, ArayList etc. All of them give OutOfMemory issue after loading 130347 data. What is the kind of data structure that can be used to hold huge data in JAVA.

© Stack Overflow or respective owner

Related posts about java

Related posts about java-ee