Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SliceKeyValueBytesPool = sync.Pool{ New: func() interface{} { return make([][2][]byte, 0, 32) }, } SliceOfBufferBytesPool = sync.Pool{ New: func() interface{} { return make([][]byte, 0, 32) }, } SliceBytesPool = sync.Pool{ New: func() interface{} { return make([]byte, 0, 32) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.