update mace dep

This commit is contained in:
abbycin 2025-08-04 18:31:50 +08:00
parent 55b0487583
commit 46f0ffc1e1
Signed by: abby
GPG Key ID: B636E0F0307EF8EB
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -192,7 +192,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "io"
version = "0.0.2"
source = "git+https://git.o2c.fun/abby/mace.git?branch=task-63#cb9664d141a7254d3d036de8852b76f54b2b8109"
source = "git+https://git.o2c.fun/abby/mace.git?branch=task-64#0a5ebdbdca9e1097da83e600a788288bfa4f6b85"
dependencies = [
"libc",
]
@ -236,8 +236,8 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "mace"
version = "0.0.8"
source = "git+https://git.o2c.fun/abby/mace.git?branch=task-63#cb9664d141a7254d3d036de8852b76f54b2b8109"
version = "0.0.9"
source = "git+https://git.o2c.fun/abby/mace.git?branch=task-64#0a5ebdbdca9e1097da83e600a788288bfa4f6b85"
dependencies = [
"crc32c",
"crossbeam-epoch",

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-63" }
mace = { git = "https://git.o2c.fun/abby/mace.git", branch = "task-64" }
clap = { version = "4.5.42", features = ["derive"] }
rand = "0.9.2"

View File

@ -27,7 +27,7 @@ struct Args {
#[arg(short = 'i', long, default_value = "10000")]
iterations: usize,
#[arg(short = 'r', long, default_value = "50")]
#[arg(short = 'r', long, default_value = "30")]
insert_ratio: u8,
#[arg(long, default_value = "false")]