//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
util
stringarena
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
6
Dependencies
3
Dependents
70
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.