[plt-scheme] disk-based associative array
On Thu, May 25, 2006 at 04:56:12PM -0400, David Richards wrote:
>
> I'm looking for a simple database system, preferably written in scheme,
> that will allow me to store arbitrary scheme forms which keyed on a
> string. All I need is basically a fast disk-based associative array.
>
> Any ideas?
>
> - dr
Aren't you describing a directory in a file system? If you're on Linux,
try the reiser file system. It's design is based on data-base concepts.
-- hendrik