package
0.0.1
Repository: https://github.com/zzylol/victoriametrics.git
Documentation: pkg.go.dev

# Functions

InternBytes interns b as a string.
InternString returns interned s.
Itoa returns string representation of n.
NewFastStringMatcher creates new matcher, which applies matchFunc to strings passed to Match() matchFunc must return the same result for the same input.
NewFastStringTransformer creates new transformer, which applies transformFunc to strings passed to Transform() transformFunc must return the same result for the same input.
ResizeNoCopyMayOverallocate resizes b to minimum n bytes and returns the resized buffer (which may be newly allocated).
ResizeNoCopyNoOverallocate resizes b to exactly n bytes and returns the resized buffer (which may be newly allocated).
ResizeWithCopyMayOverallocate resizes b to minimum n bytes and returns the resized buffer (which may be newly allocated).
ResizeWithCopyNoOverallocate resizes b to exactly n bytes and returns the resized buffer (which may be newly allocated).
ToUnsafeBytes converts s to a byte slice without memory allocations.
ToUnsafeString converts b to string without memory allocations.

# Structs

ByteBuffer implements a simple byte buffer.
ByteBufferPool is a pool of ByteBuffers.
FastStringMatcher implements fast matcher for strings.
FastStringTransformer implements fast transformer for strings.