Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

store and sort large amounts of Strings

807605Aug 17 2007 — edited Aug 17 2007
Hi, everyone.

I would be very grateful if someone could help me with the two questions I have.

I am working on the program, which has to turn a billion of integers in words, sort them and find a certain character.

My first question is how can I process my convertion of integer other than in loop? ( loop takes about an hour). The algorithm works well for smaller iterations.

Where can I store such large amounts of strings to be able to sort them then and work with them?

Thank you in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2007
Added on Aug 17 2007
8 comments
174 views