Faster new set initializing

This commit is contained in:
2026-07-29 13:30:49 +03:00
parent b8be482efd
commit 0b0b9f307d
5 changed files with 97 additions and 50 deletions
+2 -4
View File
@@ -11,18 +11,16 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
rhai = "1.24.0"
chrono = "0.4.44"
rusqlite = { version = "0.39.0", features = ["chrono"] }
rusqlite = { version = "0.40.1", features = ["chrono", "bundled"] }
reqwest = { version = "0", features = ["json", "stream", "multipart"] }
rodio = "0.22.2"
sha2 = "0.11.0"
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
rayon = "1.12.0"
hex = "0.4.3"
hex-literal = "1.1.0"
zstd = "0.13.3"
[dev-dependencies]
criterion = "0.5"
criterion = "0.8.2"
[[bench]]
name = "split_bench" # Имя файла в benches/ без расширения