gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (162B)


      1 # go-maps
      2 
      3 Provides a selection of hashmaps (or, "dictionaries") with features exceeding that of the default Go runtime hashmap.
      4 
      5 Includes:
      6 - OrderedMap
      7 - LRUMap