add segment 待完成
This commit is contained in:
parent
185a66b3f4
commit
99dc9b8b69
11
easymap/segment.go
Normal file
11
easymap/segment.go
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
// Package easymap...
|
||||||
|
//
|
||||||
|
// Description : 分段存储的map,并发行更好,分段数量为 1, 将退化成普通的
|
||||||
|
//
|
||||||
|
// Author : go_developer@163.com<张德满>
|
||||||
|
//
|
||||||
|
// Date : 2021-02-23 10:47 下午
|
||||||
|
package easymap
|
||||||
|
|
||||||
|
type segment struct {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user