タグ

2010年10月26日のブックマーク (6件)

  • Real-Time Searching of Big Data with Solr and Hadoop

    Copyright © 2009-2015. All rights reserved. This blog is called myNoSQL and it is written by me, Alex Popescu, a software architect with a passion for open source and communities. It records my readings, learnings, and opinions on NoSQL databases, polyglot persistence, and distributed systems -- subjects that I'm passionate about. The opinions expressed here are my own, and no other party necessar

    Real-Time Searching of Big Data with Solr and Hadoop
  • Architecting for the Cloud: Best practices – Port twenty two

    Amazon has published another “Best practices� document. This one covers the almost the entire collection of services. Its biased towards AWS (obviously), but its still one of the best description summary of the various services amazon offers today. Just the diagram above tells a lot about how the various AWS services interact with each other. Here is another small section from the document. AW

    shiumachi
    shiumachi 2010/10/26
    タイトル通り、スケーラブルなアーキテクチャに特化したブログのようだ
  • JPOX - Wikipedia

    JPOXは、Java Data Objects (JOD) 1.0, 2.0, 2.1 とJPA1に準拠したオープンソース実装であり、Javaオブジェクトの透過的永続性を実現する。Java Persistent Objects の意。主なRDBMSの永続性機構として働き、主要なオブジェクト関係マッピング (ORM) パターンをサポートしている。JDOQL または SQL を使ってクエリを発行でき、独自のバイトコード・エンハンサが付属している。 JPOX 1.0 は JDO 1 仕様を実装し、JDO 1 TCK(テクノロジ互換キット)にパスする。JPOX 1.1 では JDO 2 仕様を実装して機能拡張しており、JDO 2 TCK にパスする。また、JPOX 1.1 は JDO 2 リファレンス実装でもある。JPOX 1.2 は JDO 2.1 と JPA 1 仕様を実装しており、db4o(

    shiumachi
    shiumachi 2010/10/26
    "Java Persistent Objects の意。主なRDBMSの永続性機構として働き、主要なオブジェクト関係マッピング (ORM) パターンをサポートしている"
  • ブロックソート - Wikipedia

    ブロックソート、ブロックソーティング、Burrows-Wheeler変換 (Burrows-Wheeler Transform; BWT) は、1994年にマイケル・バローズ (Michael Burrows) とデビッド・ホイーラー (David Wheeler) が開発した可逆変換の方式で、データ圧縮の前処理に応用される。 ブロックソート自体はデータの大きさを変えない。しかし、データを整列することでデータ中に出現するパターンを、いくつかのよく知られている手法で圧縮し易いものにできる。後処理としてMove To Front (MTF)・連長圧縮 (RLE)・エントロピー符号と組み合わせて、データを圧縮する。 実装はbzip2等。 長さ n のデータを巡回シフトし、得られるすべての文字列を辞書順にソートする。このようにしてできた n×n 行列の第 n 列を取り出したものが、BWT系列である

    shiumachi
    shiumachi 2010/10/26
    "単にブロックソートを施しただけではデータの大きさはほぼ不変であるが、データが整列されて圧縮され易くなる。 通常はMTF、連長圧縮 (RLE)、エントロピー符号との組み合わせてデータ圧縮に応用される"
  • Efficient data transfer through zero copy

    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.

    Efficient data transfer through zero copy
  • 読者に優しい数学書を書く技術 - hiroyukikojima’s blog

    ここ数日、堀川 穎二『複素関数論の要諦』日評論社を読みふけっている。そして、めちゃくちゃ感動している。数学書でこんなに興奮するのは久々のことだ。 複素関数論の要諦 作者: 堀川穎二出版社/メーカー: 日評論社発売日: 2003/03メディア: 単行購入: 34人 クリック: 1,278回この商品を含むブログ (2件) を見るこのを取り寄せたのは、複素積分を新書で解説する、という無謀な計画をぼくが抱いているからだ。その準備となる原稿を書いているのだけど、複素積分に関するコーシーの定理の証明方針に迷っていて、それでいろいろな複素関数論のをひもといてるってわけ。 書は、堀川先生が東大数学科進学の決まった2年生に行った講義を忠実に収録している。その忠実さったらすごくて、演習問題も、期末テストも、それについてのコメントも、成績の分布も、成績評価基準も、追試の点数と人数も、学生から採った

    読者に優しい数学書を書く技術 - hiroyukikojima’s blog
    shiumachi
    shiumachi 2010/10/26
    '数学の文章は、''読めば分かる''のではなく、''分かっているから読める''という側面がある'