タグ

Javaとfastutilに関するterurouのブックマーク (2)

  • fastutilの注意点 - kaisehのブログ

    WEB+DB PRESS Vol.60で、「fastutilとsuxによる大規模データ処理」と題して、プリミティブコレクションライブラリのfastutilと、簡潔データ構造ライブラリのsuxを紹介する記事を書きました。 WEB+DB PRESS Vol.60 作者: まつもとゆきひろ,西尾泰和,山田憲晋,城戸忠之,増井俊之,羽生章洋,uupaa,ミック,塙与志夫,原悠,奥一穂,はまちや2,大沢和宏,吾郷協,浜階生,中島拓,中島聡,矢野りん,角田直行,能登信晴,田村哲也,吉村譲,結城亜砂子,角谷信太郎,石橋秀仁,WEB+DB PRESS編集部出版社/メーカー: 技術評論社発売日: 2010/12/22メディア: 大型購入: 12人 クリック: 185回この商品を含むブログ (24件) を見る fastutil: http://fastutil.dsi.unimi.it/ sux: htt

    fastutilの注意点 - kaisehのブログ
    terurou
    terurou 2011/12/01
    fastutilを使う際のポイント
  • fastutil

    :::fastutil: Fast & compact type-specific collections for Java™ fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files. It is free software distributed under the GNU Lesser General Public License. The classes implement their stand

    terurou
    terurou 2011/12/01
    Javaでプリミティブ値をちゃんと扱えるCollection
  • 1