Download List

项目描述

The GHT (Generic Hash Table) library is a hash table implementation in C for storing arbitrary types of data. It is meant to be small, easily extensible (in terms of hash functions etc), and easy to understand codewise.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-15 15:01
0.6.2

config.guess和config.sub进行了更新与当前的系统。空气污染指数延长了两个新的功能,允许返回的迭代密钥大小。
标签: Minor feature enhancements
config.guess and config.sub were updated to work
with current systems. The API was extended with
two new functions to allow returning the keysize
on iteration.

2006-06-04 17:04
0.6.1

迭代现在下令由插入的顺序,和钥匙已const。 unistd.h中被删除从一些例子包括,因为它不能在Windows无效。
标签: Minor feature enhancements
Iteration is now ordered by the order of
insertion, and keys have been made const. unistd.h
was removed from the includes in some of the
examples, since it's not valid on Windows.

2006-04-10 21:36
0.6.0

当一个换汤不换药使用自定义内存分配错误已被修复。一种选择是作为使用范围内桶高速缓存哈希表中已添加。该文档已被更新和扩展。
标签: Minor feature enhancements
A bug in rehashing when using a custom memory allocator has been fixed. An option to use the hash table as a cache using bounded buckets has been added. The documentation has been updated and extended.

2005-05-08 17:07
0.5.6

阿与零哈希表的大小是固定的段错误。阿中所举的一个错误是固定的,有些误导性文件已更新。
标签: Minor bugfixes
A segfault with hash tables of size zero was
fixed. A bug in one of the examples was fixed, and
some misleading documentation was updated.

2004-12-09 21:27
0.5.5

一个缺陷,可能导致对换汤不换药,并已固定的不一致。
标签: Minor bugfixes
A bug that could cause inconsistencies on rehashing has been identified and fixed.

Project Resources