X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilchashtable.h;h=975644c44535b5c3d845e40ba1aa01f951df1186;hp=624d18a4331d5097688af5f7965984ece1ea555f;hb=4d96aec5a0942c3b9bf66dcbec47c593f267c5ec;hpb=5586a7f0e211638059148cc853e47caedf53d098 diff --git a/lib/silcutil/silchashtable.h b/lib/silcutil/silchashtable.h index 624d18a4..975644c4 100644 --- a/lib/silcutil/silchashtable.h +++ b/lib/silcutil/silchashtable.h @@ -21,13 +21,12 @@ * * DESCRIPTION * - * Implementation of collision resistant hash table. This is a hash table - * that provides a reliable (what you add there stays there, and duplicate - * keys are allowed) with as fast reference to the key as possible. If - * there are a lot of duplicate keys in the hash table the lookup slows down. - * However, this is reliable and no data is lost at any point. If you know - * that you never have duplicate keys then this is as fast as any simple hash - * table. + * A collision resistant hash table API. This is a hash table that provides + * a reliable hash table (what you add there stays there, and duplicate keys + * are allowed) with as fast reference to the key as possible. If there are + * a lot of duplicate keys in the hash table the lookup slows down. However, + * this is reliable and no data is lost at any point. If you know that you + * never have duplicate keys then this is as fast as any simple hash table. * * The interface provides many ways to search the hash table including * an extended interface where caller can specify their own hash and comparison