perf(data): inline numeric factor keys and preserve borrowed static names
This commit is contained in:
@@ -4411,7 +4411,7 @@ fn normalize_factor_snapshots(
|
||||
{
|
||||
Some((field, value))
|
||||
} else {
|
||||
Some((Cow::Owned(trimmed.to_ascii_lowercase()), value))
|
||||
Some((CompactString::from(trimmed.to_ascii_lowercase()), value))
|
||||
}
|
||||
})
|
||||
.collect();
|
||||
|
||||
Reference in New Issue
Block a user