-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
C-coreComponent: core functionality such as traits, etc.Component: core functionality such as traits, etc.E-intermediateEffort: intermediate.Effort: intermediate.T-enhancementType: enhancement.Type: enhancement.T-experimentType: experiment.Type: experiment.
Description
Shouldn't name/labels use SmartString inside? Almost all dynamic label values in my production fit in 23 bytes. Also, values of u64 also fit in 23 bytes. IPv4+port also fits into 23 bytes.
metrics already have custom Cow implementation, what about altering the Owned type to SmartString?
GoldsteinE, dgrr and sargarass
Metadata
Metadata
Assignees
Labels
C-coreComponent: core functionality such as traits, etc.Component: core functionality such as traits, etc.E-intermediateEffort: intermediate.Effort: intermediate.T-enhancementType: enhancement.Type: enhancement.T-experimentType: experiment.Type: experiment.