[ 源代码: 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.