Super dictionary optimization

This commit is contained in:
2026-08-09 14:24:59 +03:00
parent e2133ce91a
commit 4676b0eeef
3 changed files with 147 additions and 69 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ version = "0.1.2"
edition = "2024"
[dependencies]
iced = { version = "0.14.0", features = ["tokio", "svg"]}
iced = { version = "0.14.0", features = ["tokio", "svg", "lazy"]}
iced_core = "0.14.0"
rand = "0.10.2"
dirs = "6.0.0"
@@ -28,7 +28,7 @@ criterion = "0.8.2"
name = "split_bench" # Имя файла в benches/ без расширения
harness = false # Отключаем стандартный тестовый раннер
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
#[profile.release]
#codegen-units = 1
#lto = true
#opt-level = 3