//
pkg.gl
Category
github.com/cockroachdb/cockroach-gen
pkg
util
stringarena
package
19.2.12+incompatible
Repository:
https://github.com/cockroachdb/cockroach-gen.git
Documentation:
pkg.go.dev
Overview
Versions
1
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.