Skip to content
/ hashmap Public

a string string hashmap that shouldn't be used in production

License

Notifications You must be signed in to change notification settings

mier85/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HashMap

just an example implementation of a thread-safe hash map because I never actually implemented it by myself.

You should always use map[string]strings for string hash maps. ( or sync.Map if you need a thread-safe one )

About

a string string hashmap that shouldn't be used in production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages