From 7707af40c76976602f22793e475761594c9abe4c Mon Sep 17 00:00:00 2001 From: Qqwy / Marten Date: Fri, 27 Sep 2024 08:38:52 +0200 Subject: [PATCH] Update moduledoc of `HashMap.Strict` to mention correct branching factor of 32 Fixes https://github.com/haskell-unordered-containers/unordered-containers/issues/493 --- Data/HashMap/Strict.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/HashMap/Strict.hs b/Data/HashMap/Strict.hs index eb34d3da..cd5baa6c 100644 --- a/Data/HashMap/Strict.hs +++ b/Data/HashMap/Strict.hs @@ -19,7 +19,7 @@ -- strings. -- -- Many operations have a average-case complexity of \(O(\log n)\). The --- implementation uses a large base (i.e. 16) so in practice these +-- implementation uses a large base (i.e. 32) so in practice these -- operations are constant time. module Data.HashMap.Strict (