タグ

gcdに関するtarchanのブックマーク (2)

  • マルチコア時代の新機軸! Snow LeopardのGCD (1/4)

    Mac OS X 10.6 Snow Leopard」は、アプリケーションやカーネルを64bitに対応させたことで性能の向上を図っている(関連記事)。 ただ、それだけでは実行速度を大きく引き上げることはできない。そこでSnow Leopardは、「Grand Central Dispatch」(GCD)と「OpenCL」というふたつの仕組みも用意している。今回はこのうち、プログラムを並列化する枠組みであるGCDについて取り上げよう。 目次 64bit対応 アプリケーションを64bit化、カーネルを64bit化、Windowsの64bit化は? Grand Central Dispatch GCDが生まれた背景、GCDとは何か?、GCDの仕組み、GCDを使ったプログラミング、GCDの今後と将来 OpenCL OpenCLが生まれた背景、OpenCLの仕組み、著名企業がサポート コラム マル

    マルチコア時代の新機軸! Snow LeopardのGCD (1/4)
    tarchan
    tarchan 2009/11/19
    ひとつのアプリしか実行しないなんて場面はあまりないんだから、複数アプリの同時実行がスムーズになれば十分な気もする
  • Apple

    By joining these lists, you can share experiences, questions, and comments with others. While Apple employees monitor the lists, Apple doesn't guarantee that questions will be answered. The mailing lists are not a replacement for formal support or bug reporting procedures. The lists are used for informal communication and Apple cannot commit to fixes or responses to postings on any of the mailing

    Apple
    tarchan
    tarchan 2009/10/27
    これでマルチコアに勝つる!
  • 1