perf(data): inline numeric factor keys and preserve borrowed static names

This commit is contained in:
boris
2026-09-13 09:53:04 +08:00
committed by boris
parent f73513e2d4
commit c85daae608
2 changed files with 64 additions and 15 deletions
+1 -1
View File
@@ -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();