Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackendBufPool = sync.Pool{ New: func() interface{} { sl := make([]byte, 0, 32) return &sl }, }
View Source
var BackendHttpClientPool = &fasthttp.Client{ MaxConnsPerHost: 512, ReadTimeout: 5 * time.Second, WriteTimeout: 5 * time.Second, }
View Source
var ( KeyValueSlicePool = sync.Pool{ New: func() interface{} { kv := make([][2][]byte, 0, 32) return &kv }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.