From 930b89eb6ebd4916ab63cd7d6ff3e4692691ddb2 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:48:38 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b98581..1a249cf6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Headers only library with the most useful data structures: string, dynamic vecto The map is using open hashing with a novel probing strategy (fibonacci sequence), which is as efficient as quadratic probing, but has none of its limitations (max half full table, and prime number table length only requirements). -The library has a very intuitive and straight forward API, and as mentioned is fully type safe. It uses "overloadable macros", to simplify usage. +The library has an intuitive and straight forward API, and is fully type safe. It uses "overloadable macros", to simplify usage. Usage ----- -- cgit v1.2.3