blob: 2b11b23105aa5c0b180b8f1ba6ebcecac556b5c7 (
plain)
1
2
3
4
5
6
7
|
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
|