From 177864be60c08cb61fd577eb99ee5c99481fc03e Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Oct 2023 01:40:25 -0500 Subject: replace a linear search with a binary search . . . --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index afaf31ee..9bea5504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,6 +193,7 @@ dependencies = [ "parking_lot", "priority-queue", "rand", + "rustc-hash", "thiserror", "tokio", "uuid", -- cgit v1.2.3