[Israel.pm] Handling huge data-structures?
Itamar Elem
elem at compugen.co.il
Tue Aug 31 01:34:05 PDT 2004
hi
from my experience no
itamar
-----Original Message-----
From: Yuval Yaari [mailto:yuval at windax.com]
Sent: Tuesday, August 31, 2004 11:16 AM
To: perl at perl.org.il
Subject: RE: [Israel.pm] Handling huge data-structures?
Could anyone tell me if BerkeleyDB::Hash also loads all the data to the
memory?
Otherwise -- this is the best solution so far :)
--Yuval
Itamar Elem said:
> hi
> you can try use BerkeleyDB module
> its the interface for the new version of use BerkeleyDB (3.* and above)
> and its have hash interface
>
> use BerkeleyDB;
>
> $db = tie %hash, 'BerkeleyDB::Hash', [OPTIONS] ;
> $db = new BerkeleyDB::Hash [OPTIONS] ;
>
> $db = tie %hash, 'BerkeleyDB::Btree', [OPTIONS] ;
> $db = new BerkeleyDB::Btree [OPTIONS] ;
>
>
> and more
>
> itamar
_______________________________________________
Perl mailing list
Perl at perl.org.il
http://perl.org.il/mailman/listinfo/perl
More information about the Perl
mailing list