diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-maps/README.md')
-rw-r--r-- | vendor/codeberg.org/gruf/go-maps/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-maps/README.md b/vendor/codeberg.org/gruf/go-maps/README.md new file mode 100644 index 000000000..cf1aea644 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-maps/README.md @@ -0,0 +1,7 @@ +# go-maps + +Provides a selection of hashmaps (or, "dictionaries") with features exceeding that of the default Go runtime hashmap. + +Includes: +- OrderedMap +- LRUMap |