libtie-hash-indexed-perl 0.08+ds1-1build1 source package in Ubuntu
Changelog
libtie-hash-indexed-perl (0.08+ds1-1build1) jammy; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sun, 06 Feb 2022 13:32:25 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtie-hash-indexed-perl_0.08+ds1.orig.tar.xz | 15.4 KiB | 360f7e3ed6525526bbfab5516323d58d045b76d38b92b2e897ed2dcff5744056 |
libtie-hash-indexed-perl_0.08+ds1-1build1.debian.tar.xz | 2.5 KiB | fd0e03212265d14045db6aedcf0762a87ef227a01dd4bc707ef7e61cdbad9480 |
libtie-hash-indexed-perl_0.08+ds1-1build1.dsc | 2.2 KiB | 495469af6f9969f2723dcfc8602d9be6d2e306ded9a9b98a24c32138faea5b68 |
Available diffs
Binary packages built by this source
- libtie-hash-indexed-perl: Ordered hashes for Perl
This module implements an ordered hash, meaning that it associates keys
with values like a Perl hash, but keeps the keys in a consistent order.
.
Tie::Hash::Indexed is intentionally very similar to other ordered hash
modules, most prominently Hash::Ordered. However, Tie::Hash::Indexed is
written completely in XS and is, often significantly, faster than other
modules. For a lot of operations, it's more than twice as fast as
Hash::Ordered, especially when using the object-oriented interface instead of
the tied interface. Other modules, for example Tie::IxHash, are even slower.
.
The object-oriented interface of Tie::Hash::Indexed is almost identical to
that of Hash::Ordered, so in most cases you should be able to easily replace
one with the other.
- libtie-hash-indexed-perl-dbgsym: debug symbols for libtie-hash-indexed-perl