How to sort 100GB worth of strings.

Posted by Christian on Stack Overflow See other posts from Stack Overflow or by Christian
Published on 2010-04-02T11:49:23Z Indexed on 2010/04/02 11:53 UTC
Read the original article Hit count: 338

Filed under:
|
|
|

Given a harddrive with 120GB, 100 of which are filled with the strings of length 256 and 2 GB Ram how do I sort those strings in Java most efficiently? How long will it take?

© Stack Overflow or respective owner

Related posts about java

Related posts about sorting