NAME

Data::HashMap::SI - hash map from string keys to int64 values

SYNOPSIS

use Data::HashMap::SI;
my $map = Data::HashMap::SI->new;
hm_si_put $map, "k", 2;
my $v = hm_si_get $map, "k";

DESCRIPTION

One of the fourteen variants of Data::HashMap, which documents the API, the hm_si_* keywords and every caveat.