From cde6d0f17b9241a55f7117d6a9c629f1a70c9e6c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 2 Feb 2021 16:14:44 +0100 Subject: Updated HashMap to FnvHashMap (slightly faster with small key), Added null window search --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a569228..01fe881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +fnv = "1.0.7" -- cgit