タグ

Cに関するlimitususのブックマーク (22)

  • Simple hash table and binary searching library in C

    "simple_hashing": Hash table and binary searching library in C  Happy Hacking! English Here (machine translation)simple_hashing: データ要素の差換え・削除が可能なハッシュ・テーブルと二分探索のライブラリこの C 言語ライブラリは、探索キーとなる複数の文字列からハッシュ値を求める形式のハッシュ・テーブル・データ構造とそれを扱う API を提供しています。このハッシュ・テーブルではデータの挿入・差換え・検索・削除が可能です。 複数のデータ要素のハッシュ値が同一になった場合 (ハッシュ値の衝突)、それらのデータ要素はすべてハッシュ・テーブル構造のエントリが指すデータ要素配列にソートされたうえで追加されていきます。ハッシュ値が衝突するデータ要素のいずれかを探索するために二

  • A garbage collector for C and C++

    Where to get the collector Platforms Scalable multiprocessor versions Some collector details Further reading Current users Local links for this collector Local background Links Contacts, Updates, and Reporting Issues Translations of this page [ This is an updated version of the page formerly at http://www.hpl.hp.com/personal/Hans_Boehm/gc, and before that at http://reality.sgi.com/boehm/gc.html an