search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
336 B
Text
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: https://metacpan.org/release/Tie-Hash-Indexed
|