From 0a4c9f3751e7a9ea886df5282e5190a37f063148 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 5 Nov 2022 01:29:20 +0000 Subject: [PATCH] Apply part of #32 (Thanks LDA = (0.75 * allocationsSize)) + /* If the next insertion would cause the table to be at least 3/4 + * full, re-allocate and re-hash. */ + if ((allocationsLen + 1) >= ((allocationsSize * 3) >> 2)) { size_t i; size_t tmpAllocationsSize = allocationsSize;