From 5cd67c8dee771401df8f1d544d40d55426824502 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Mon, 10 Jul 2023 14:40:19 +0200 Subject: [PATCH] link --- content/blog/rust-hashmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/blog/rust-hashmap.md b/content/blog/rust-hashmap.md index 6a0dbcd..d1c437d 100644 --- a/content/blog/rust-hashmap.md +++ b/content/blog/rust-hashmap.md @@ -308,3 +308,5 @@ quadratic probing 10000 time: [453.38 µs 454.40 µs 455.71 µs] linear probing 100000 time: [6.4169 ms 6.4213 ms 6.4267 ms] quadratic probing 100000 time: [6.3506 ms 6.3548 ms 6.3601 ms] ``` + +You can find all the code here: