aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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