# Functions
NewStringMap returns a new instance of a SafeStringMap.
NewStringMap returns a new instance of a StringMap.
# Structs
SafeStringMap defines an implementation which is a safe concurrent string map value store
It provides a safe, concurrently usable implementation with blazing read and write speed.
StringMap defines an implementation which during initial loading stores all key and value pairs.