/go-hashmap

A Java style hashmap that uses the core map type, supporting interface keys.

Primary LanguageGoApache License 2.0Apache-2.0

go-hashmap

A Java style hashmap that uses the core map type, supporting interface keys.

I implemented this to be able to generalize access to resources that are keyed with implementation-specific types.

See the simhash package documentation.