freebsd-ports/devel/p5-Tie-Hash-Indexed/pkg-descr
Anton Berezin 93ab03eb2c Add p5-Tie-Hash-Indexed 0.04, ordered hashes for Perl in XS.
PR:		ports/97901
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-05-26 11:40:58 +00:00

7 lines
336 B
Text

Tie::Hash::Indexed is very similar to Tie::IxHash. However,
it is written completely in XS and usually about twice as
fast as Tie::IxHash. It's quite a lot faster when it comes
to clearing or deleting entries from large hashes.
Currently, only the plain tying mechanism is supported.
WWW: http://search.cpan.org/dist/Tie-Hash-Indexed/