Disk based HashMap

Posted by synic on Stack Overflow See other posts from Stack Overflow or by synic
Published on 2010-04-16T16:45:29Z Indexed on 2010/04/16 16:53 UTC
Read the original article Hit count: 360

Filed under:

Does Java have (or is there a library available) that allows me to have a disk based HashMap? It doesn't need to be atomic or anything, but it will be accessed via multiple threads and shouldn't crash if two are accessing the same element at the same time.

Anyone know of anything?

© Stack Overflow or respective owner

Related posts about java