Replace hashing algorithm and disable debug logging for improved performance

This commit is contained in:
Dennis Kobert
2023-03-09 18:26:38 +01:00
committed by Keavon Chambers
parent 7ce9d6db05
commit 1c50f0030c
10 changed files with 35 additions and 23 deletions
Generated
+8
View File
@@ -1663,6 +1663,7 @@ dependencies = [
"num-traits",
"serde",
"specta",
"xxhash-rust",
]
[[package]]
@@ -1713,6 +1714,7 @@ dependencies = [
"tempfile",
"vulkan-executor",
"wgpu-executor",
"xxhash-rust",
]
[[package]]
@@ -5944,6 +5946,12 @@ version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "xxhash-rust"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70"
[[package]]
name = "zune-inflate"
version = "0.2.50"