Skip to content

karrick/string2strings

Repository files navigation

String2Strings

String2Strings is an implementation of a map or dictionary of strings to slices of strings. The values are lists of strings which may be sorted or unsorted.

Sorted and Unsorted lists

When sorted, the data structure will maintain the slice of strings in lexicographical order. When unsorted, the data structure will maintain the slice of strings in insertion order.

Additional documentation available via 'godoc string2strings'

About

golang concurrent safe map of string to slices of strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages