./devel/p5-Hash-Ordered, Fast, pure-Perl ordered hash class

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.014nb1, Package name: p5-Hash-Ordered-0.014nb1, Maintainer: wen

Hash::Ordered implements an ordered hash, meaning that it associates keys with
values like a Perl hash, but keeps the keys in a consistent order. Because it is
implemented as an object and manipulated with method calls, it is much slower
than a Perl hash. This is the cost of keeping order.

However, compared to other ordered hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally faster at
most other tasks as well. For specific details, see Hash::Ordered::Benchmarks.


Master sites: (Expand)

Filesize: 35.968 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-14 17:02:51 by Roland Illig | Files touched by this commit (1)
Log message:
devel/p5-Hash-Ordered: fix test dependencies
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-07-29 05:50:59 by Wen Heping | Files touched by this commit (3)
Log message:
Import Hash-Ordered-0.014 as devel/p5-Hash-Ordered.

Hash::Ordered implements an ordered hash, meaning that it associates keys with
values like a Perl hash, but keeps the keys in a consistent order. Because it is
implemented as an object and manipulated with method calls, it is much slower
than a Perl hash. This is the cost of keeping order.

However, compared to other ordered hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally faster at
most other tasks as well. For specific details, see Hash::Ordered::Benchmarks.