libtie-llhash-perl 1.004-1
Package Information
| Description | Perl module providing ordered hashes Tie::LLHash 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 Tie::IxHash 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. Tie::IxHash 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. Tie::IxHash therefore makes your hash behave more like a list than Tie::LLHash does. Tie::LLHash keeps more of the hash flavor. |
|---|---|
| Maintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
| Changed By | Paul Gevers <elbrus@debian.org> |
| Sponsor | elbrus@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/perl-team/modules/packages/libtie-llhash-perl.git (browse) |
| Tracker | https://tracker.debian.org/pkg/libtie-llhash-perl |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Architecture | all source |
|---|---|
| Distribution | unstable |
| Date | Sat, 16 May 2026 20:04:00 +0200 |
| Source | libtie-llhash-perl |
| Version | 1.004-1 |
| Changed-By | Paul Gevers |
Changelog
libtie-llhash-perl (1.004-1) unstable; urgency=medium . * Initial release.
.dsc
| Package-List | libtie-llhash-perl deb perl optional arch=all |
|---|---|
| Section | perl |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Tie-LLHash Upstream-Contact: Ken Williams <kwilliams@cpan.org> Upstream-Name: Tie-LLHash Files: * Copyright: 1998 Swarthmore College 1998 Ken Williams <kenahoo@gmail.com> License: Artistic or GPL-1+ Files: debian/* Copyright: 2026, Paul Gevers <elbrus@debian.org> License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.