Help language development. Donate to The Perl Foundation
Hash::int - provide a hash with native integer keys
use Hash::int; my %hash is Hash::int = 42 => "foo", 666 => "bar";
Hash::int is module that provides the Hash::int
class to be applied to the initialization of an Associative, making it limit the keys to native integers that fit the int
type. This allows this module to take some shortcuts, making it up to 7x as fast as a normal hash.
Elizabeth Mattijsen [email protected]
Source can be located at: https://github.com/lizmat/Hash-int . Comments and Pull Requests are welcome.
Copyright 2021 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.