タグ

c-langに関するita-wasaのブックマーク (3)

  • libpaxos - General purpose Paxos library

    A collection of implementations of the Paxos and FastPaxos algorithms for solving consensus in a network of unreliable processors. Visit http://libpaxos.sourceforge.net/ for more informations

    ita-wasa
    ita-wasa 2008/11/18
    libpaxos is a C library that implements the Paxos protocol for solving consensus in a network of unreliable processors, it provides a simple API for receiving and proposing values. The source includes also a Paxos "simulator" written in Erlang.
  • mcb -- simple memcached benck mark

    mcb: memcached benchmark tool pgmemcached Postgres-XC ver0.9.2クイックスタート gtmのJava版 gtmの多重化 並行プログラミング The Programmer's Guide to the Parallel World MySQL [MySQLの基礎知識] MySQLとは MySQLの概要 データベースシステムの構造 データベースシステムへのアクセス方法 ストレージエンジン(テーブル型) [MySQLの内部構造] プロセス構造 メモリ構造 問い合わせ処理 プランナ エクゼキュータの処理 データベースディレクトリの構造 MyISAM型 InnoDB型 トランザクションの隔離レベル INSERT DELAYED文 クエリキャッシュ(Query Cache) old contents Hironobu's HOMEPAGE

    ita-wasa
    ita-wasa 2008/11/17
    mcbはmemcahed用ベンチマークソフトです。mcbはmemcachedにコマンドを連続して送信し、実行時間を計測します。 mcbはマルチスレッドプログラムなので、コマンドを並行して送信できます。
  • IBM Developer

    IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

    IBM Developer
    ita-wasa
    ita-wasa 2008/11/11
    下の例では、printf(3)はポインターが32ビットであると前提しています。 char *ptr = &something; printf (%x\n", ptr); 上記のコード・スニペットは、64ビット・システムでは失敗し、下位4バイトだけを表示します。 これに対する
  • 1