gotosocial/vendor/codeberg.org/gruf/go-maps
2024-09-27 10:26:50 +00:00
..
common.go
LICENSE
list.go
lru.go
ordered.go
README.md

go-maps

Provides a selection of hashmaps (or, "dictionaries") with features exceeding that of the default Go runtime hashmap.

Includes:

  • OrderedMap
  • LRUMap