//
pkg.gl
Category
github.com/darinpp/cockroach
pkg
util
stringarena
package
19.1.0-beta.20190304+incompatible
Repository:
https://github.com/darinpp/cockroach.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
0
Files
68 SLOC
#
Functions
Make
Make creates a new Arena with the specified monitoring account.
#
Structs
Arena
Arena provides arena allocation of a string from a []byte, reducing allocation overhead and GC pressure significantly if a large number of strings with a similar lifetime are being created.