# Functions
LenUvarInt returns the number of bytes needed to encode the given uint64 as varint.
NewPool creates a new buffer pool to service buffers of size bufSize.
No description provided by the author
# Structs
Pool is a buffer pool that allows for re-using previously allocated buffers of a set size.
# Interfaces
No description provided by the author