[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there a "Virtual" Lua table library?
- From: Klaus Ripke <paul-lua@...>
- Date: Thu, 20 Jan 2005 16:09:31 +0100
On Thursday 20 January 2005 15:54, Joseph Stewart wrote:
> not pervasive persistance, just the ability to set the metamethods for
> a table to use the disk/memory for paging huge tables.
for berkeley/dbm-style DBs which follow the key=value paradigma
this is trivial (very similar to a Perl hash tied to some xdbm).
See gdbm, cdb and tdb at http://lua-users.org/wiki/LibrariesAndBindings
cheers