Name : perl-Tie-LLHash
| |
Version : 1.004
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.3.1
| Date : 2023-07-20 19:28:08
|
Group : Development/Libraries/Perl
| Source RPM : perl-Tie-LLHash-1.004-lp155.3.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Ordered hashes
|
Description :
This class implements an ordered hash-like object. It\'s a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list.
See also the Tie::IxHash manpage by Gurusamy Sarathy. It\'s similar (it also does tied ordered hashes), but it has a different internal data structure and a different flavor of usage. the Tie::IxHash manpage stores its data internally as both a hash and an array in parallel. \'Tie::LLHash\' stores its data as a bidirectional linked list, making both inserts and deletes very fast. the Tie::IxHash manpage therefore makes your hash behave more like a list than \'Tie::LLHash\' does. This module keeps more of the hash flavor.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch |