diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-07-22 13:53:30 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-07-22 13:53:30 +0200 |
commit | 355c18f968d4d30954645fab9a6353408ff6363e (patch) | |
tree | d78b3d2a113d174be288df2fd36dc09ff6a9476d | |
parent | adc2e0650ee0d9f86830ae22ec96bc50db65d821 (diff) | |
download | C-hashtable-master.tar.gz C-hashtable-master.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ 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 + incarnation of this code see: https://git.koszko.org/hydrilla/tree/hashtable.c This is a userspace C hashtable implementation. It: - resolves collisions by chaining |