From: Ralph Ronnquist Date: Tue, 5 Jul 2022 23:59:05 +0000 (+1000) Subject: create with a small hashvector size X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=d9a0011032a13d1477db102be3c1305af3223e72;hp=c08a0975036f23f972a16a07efb0c07113c96d2e;p=rrq%2Frrqmisc.git create with a small hashvector size --- diff --git a/vector/hashvector.c b/vector/hashvector.c index c261253..c9c2fb3 100644 --- a/vector/hashvector.c +++ b/vector/hashvector.c @@ -181,7 +181,7 @@ hashvector *hashvector_create(int variant,itemkeyfun *type) { (*hv) = (hashvector) { .table = (vector) { .variant = variant, - .size = 0, + .size = 16, .entries = 0 }, .fill = 0,