This commit is contained in:
krahets
2024-03-18 03:11:07 +08:00
parent bc0054a577
commit 54c7448946
48 changed files with 577 additions and 408 deletions

View File

@ -469,7 +469,7 @@ index = hash(key) % capacity
}
hash as i32
}
}
/* 乘法哈希 */
fn mul_hash(key: &str) -> i32 {