Super dictionary optimization
This commit is contained in:
+5
-5
@@ -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
|
||||
Reference in New Issue
Block a user