Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
/ go-hashmap Public archive

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

License

Notifications You must be signed in to change notification settings

joeycumines/go-hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.