perf: use rustc-hash for HashMap and HashSet
This commit is contained in:
parent
4dae45733e
commit
5369b4eb29
17 changed files with 46 additions and 26 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -1129,6 +1129,7 @@ dependencies = [
|
|||
"libcosmic",
|
||||
"memmap2 0.9.8",
|
||||
"rust-embed",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustix 1.1.2",
|
||||
"switcheroo-control",
|
||||
"tokio",
|
||||
|
|
@ -1201,6 +1202,7 @@ dependencies = [
|
|||
"i18n-embed-fl",
|
||||
"libcosmic",
|
||||
"rust-embed",
|
||||
"rustc-hash 2.1.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
|
@ -1222,6 +1224,7 @@ dependencies = [
|
|||
"i18n-embed-fl",
|
||||
"libcosmic",
|
||||
"rust-embed",
|
||||
"rustc-hash 2.1.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
|
@ -1276,6 +1279,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"libcosmic",
|
||||
"rust-embed",
|
||||
"rustc-hash 2.1.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
|
@ -1327,6 +1331,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"futures",
|
||||
"libcosmic",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"tokio",
|
||||
"tracing",
|
||||
|
|
@ -1348,6 +1353,7 @@ dependencies = [
|
|||
"i18n-embed-fl",
|
||||
"libcosmic",
|
||||
"rust-embed",
|
||||
"rustc-hash 2.1.1",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
|
@ -1540,6 +1546,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"cosmic-config",
|
||||
"libcosmic",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue