Help language development. Donate to The Perl Foundation

Hash::str zef:lizmat last updated on 2021-09-28

73bc22402c8bd5da9bec24e651e2e5acaff40f3e/

Actions Status

NAME

Hash::str - provide a hash with native string keys

SYNOPSIS

use Hash::str;

my %hash is Hash::str = fortytwo => "foo", sixsixsix => "bar";

DESCRIPTION

Hash::str is module that provides the Hash::str class to be applied to the initialization of an Associative, making it limit the keys to native string. This allows this module to take some shortcuts, but only have a very limited (a few %_) performance improvement, so you should really only use this module if you're looking at getting those last few percent.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/Hash-str . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2021 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.