update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Description : 分段存储的map,并发行更好,分段数量为 1, 将退化成普通的
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2021-02-23 10:47 下午
|
||||
package easymap
|
||||
@ -13,7 +13,7 @@ import (
|
||||
|
||||
// NewSegment 获取分段map实例
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 11:05 下午 2021/2/24
|
||||
func NewSegment(segmentCnt int, withLock bool) (EasyMap, error) {
|
||||
|
Reference in New Issue
Block a user