perf(ecstore): use AHashMap for FileInfo metadata fields (#6738)

This commit is contained in:
houseme
2026-08-27 18:34:10 +08:00
committed by GitHub
parent 94a6da6e83
commit 13a2ae212e
26 changed files with 141 additions and 87 deletions
Generated
+3
View File
@@ -91,6 +91,7 @@ dependencies = [
"const-random",
"getrandom 0.3.4",
"once_cell",
"serde",
"version_check",
"zerocopy",
]
@@ -9626,6 +9627,7 @@ dependencies = [
name = "rustfs-ecstore"
version = "1.0.0-rc.4"
dependencies = [
"ahash",
"arc-swap",
"async-channel",
"async-recursion",
@@ -9771,6 +9773,7 @@ dependencies = [
name = "rustfs-filemeta"
version = "1.0.0-rc.4"
dependencies = [
"ahash",
"arc-swap",
"byteorder",
"bytes",