ダウンロードリスト

プロジェクト概要

GHT (汎用的なハッシュ テーブル) ライブラリは任意の種類のデータを格納するため C でハッシュ テーブル実装です。小さな、条件 (ハッシュ関数などの) で、簡単に拡張するためのものであり、codewise 理解しやすい。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-07-15 15:01
0.6.2

config.guessとconfig.subを、現在のシステムで動作するように更新されました。このAPIは、2つの新しい機能を持つ繰り返しのキーサイズを返すことを許可するように拡張されました。
タグ: 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

繰り返し現在の挿入の順序によって指示され、キーポーラなされている。以降は、Windows上で有効ではないunistd.hをいくつかの例に含まれていますから、削除されました。
タグ: 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

サイズがゼロのハッシュテーブルでセグメンテーション違反を修正しました。 1つの例のバグが修正され、いくつかの誤解を招きやすいマニュアルを更新しました。
タグ: 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.

プロジェクトリソース