From adc2e0650ee0d9f86830ae22ec96bc50db65d821 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 1 May 2021 17:02:18 +0200 Subject: add "ATTENTION" note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01d9195..3fe5b64 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ #C hashtable# +ATTENTION: Consider this repository an archive. I have since used this hashtable + in some projects and added modifications as necessary. For newest + incarnation of this code see: https://git.koszkonutek-tmp.pl.eu.org/xml-backup-restore/tree/hashtable.c + This is a userspace C hashtable implementation. It: - resolves collisions by chaining - resizes automatically when number of entries increases or decreases -- cgit v1.2.3