libtie-hash-indexed-perl 0.08+ds1-1build3 source package in Ubuntu

Changelog

libtie-hash-indexed-perl (0.08+ds1-1build3) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:49:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-1build3.debian.tar.xz 2.6 KiB d10f20c9fe79aa099147eca3d85625582030fad9e7b656d65769c653ead1602f
libtie-hash-indexed-perl_0.08+ds1-1build3.dsc 2.2 KiB ae148307cdad371f7a3dceb22ef61ace4c0bc83bb98aaf56d6b56f4b4e243f2d

View changes file

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