package
0.8.9
Repository: https://github.com/influx6/npkg.git
Documentation: pkg.go.dev

# 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.