Documentation
¶
Overview ¶
mmap_common.go
Index ¶
Constants ¶
View Source
const ( DefaultSize = 1 << 20 // 1MB THRESHOLD = 0.8 // 80%使用率触发扩容 )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Cache ¶ added in v0.0.11
type Cache[E any] struct { // contains filtered or unexported fields }
Cache 使用内存映射的跨进程安全缓存
Click to show internal directories.
Click to hide internal directories.