You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 13 Next »
支持并发安全开关选项的map容器,最常用的数据结构。该模块包含多个数据结构的map容器:HashMap、TreeMap和ListMap。
map
HashMap
TreeMap
ListMap
此外,gmap模块支持多种以哈希表为基础数据结构的常见类型map定义:IntIntMap、IntStrMap、IntAnyMap、StrIntMap、StrStrMap、StrAnyMap。
gmap
IntIntMap
IntStrMap
IntAnyMap
StrIntMap
StrStrMap
StrAnyMap
使用场景:
任何map/哈希表/关联数组使用场景,尤其是并发安全场景中。
使用方式:
import "github.com/gogf/gf/container/gmap"
接口文档:
https://godoc.org/github.com/gogf/gf/container/gmap