Bill Kelly schrieb: > Essentially I'm looking for something that acts like a ruby Hash, > is nearly as fast as a ruby Hash, but is persistent. It should > also be able to remember gigabytes of information on disk, while > not using a ton of resident RAM in the process. > > Also, when I restart the ruby process, the overhead when > initially "connecting to or opening" this persistent hash should > be very minimal before I can start using it. Yes, I would love such a thing, too. Sven