[ ソース: libtie-persistent-perl ]
パッケージ: libtie-persistent-perl (1.00-3)
libtie-persistent-perl に関するリンク
Debian の資源:
libtie-persistent-perl ソースパッケージをダウンロード:
- [libtie-persistent-perl_1.00-3.dsc]
- [libtie-persistent-perl_1.00.orig.tar.gz]
- [libtie-persistent-perl_1.00-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
tied interface to persistent file
Tie::Persistent makes working with persistent data real easy by using the tie interface. It works by storing data contained in a variable into a file (not unlike a database). The primary advantage is speed, as the whole datastructure is kept in memory (which is also a limitation), and, of course, that you can use arbitrary data structures inside the variable (unlike DB_File). Note that it is most useful if the data structure fits into memory.