Replace hashing algorithm and disable debug logging for improved performance

This commit is contained in:
Dennis Kobert
2023-03-09 18:49:13 +01:00
parent ff603f7d80
commit 625ddc23df
10 changed files with 35 additions and 23 deletions
+1
View File
@@ -45,6 +45,7 @@ kurbo = { git = "https://github.com/linebender/kurbo.git", features = [
glam = { version = "0.22", features = ["serde"] }
node-macro = { path="../node-macro" }
boxcar = "0.1.0"
xxhash-rust = {workspace = true}
[dependencies.serde]
version = "1.0"