はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『Department of Computer Science』

  • 人気
  • 新着
  • すべて
  • 458 Lecture Notes

    18 users

    www.cs.rochester.edu/~scott

    458 Lecture Notes 458 Lecture Notes 01-intro 02-threads 03-scalable_sync 04-concurrent_data_structures 05-coherence_etc 06-MPI.pdf 07-OpenMP 08-speedup 09-TM 10-SEDA_Capriccio 11-distribution 12-SDSM 2006-03-29_kshen_parallel_IO.pdf fault_tolerance Gauss MP_architecture parallelization README.txt SunFire_Regatta This directory contains lecture notes for CSC2/458, spring 2008. These are posted on

    • テクノロジー
    • 2013/06/18 23:26
    • architecture
    • concurrent
    • distribution
    • programming
    • system
    • 学習
    • http://www.cs.rochester.edu/u/scott/papers/2004_TR839.pdf

      3 users

      www.cs.rochester.edu

      • 学び
      • 2009/12/23 11:26
      • Scalable Synchronization

        3 users

        www.cs.rochester.edu

        Algorithms for Scalable Synchronization on Shared-Memory Multiprocessors Pseudocode from article of the above name, ACM TOCS, February 1991. John M. Mellor-Crummey and Michael L. Scott, with later additions due to (a) Craig, Landin, and Hagersten, and (b) Auslander, Edelsohn, Krieger, Rosenburg, and Wisniewski. All of these algorithms (except for the non-scalable centralized barrier) perform well

        • テクノロジー
        • 2008/08/31 04:15
        • algorithm
        • Scalable Reader-Writer Locks

          5 users

          www.cs.rochester.edu

          Scalable Reader-Writer Synchronization for Shared-Memory Multiprocessors Pseudocode from article of the above name, PPoPP '91. John M. Mellor-Crummey and Michael L. Scott. The queue-based locks below perform well in tests on machines with scores of processors. Simple, non-scalable reader-preference lock. For maximum throughput on small machines. Starves writers under continuous reader load. Starva

          • テクノロジー
          • 2008/05/21 03:33
          • algorithm
          • Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms

            4 users

            www.cs.rochester.edu

            Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms by Maged M. Michael and Michael L. Scott This paper appeared in the proceedings of PODC '96. PDF file (180KB). Pseudocode. Abstract Drawing ideas from previous authors, we present a new non-blocking concurrent queue algorithm and a new

            • 学び
            • 2008/01/26 02:34
            • algorithm
            • Multithread
            • Fast Concurrent Queue Algorithms

              8 users

              www.cs.rochester.edu

              Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms Pseudocode from article of the above name in PODC96 (with two typos corrected), by Maged M. Michael and Michael L. Scott. Corrected version also appeared in JPDC, 1998. The non-blocking concurrent queue algorithm performs well on dedicated as well as multiprogrammed multiprocessors with and without contention. The al

              • テクノロジー
              • 2008/01/22 21:40
              • アルゴリズム
              • algorithm
              • programming
              • プログラミング
              • 2012 Computational Linguistics / NLP Conferences

                22 users

                www.cs.rochester.edu/~tetreaul

                (The Old) Computational Linguistics / NLP Conferences Calendar ANNOUNCEMENT - May 02, 2016: After 12 years of maintaining the conference calender for the fields of Computational Linguistics and Natural Language Processing, I've decided to pass the torch onto younger and more capable hands! Omid Bakhshandeh will now be maintaining the new calendar, which can be found here: http://cs.rochester.edu/~

                • 世の中
                • 2006/12/29 01:37
                • nlp
                • 学会
                • conference
                • Google File System (PDF)

                  7 users

                  www.cs.rochester.edu

                  • 学び
                  • 2005/04/18 14:33
                  • google
                  • paper

                  このページはまだ
                  ブックマークされていません

                  このページを最初にブックマークしてみませんか?

                  『Department of Computer Science』の新着エントリーを見る

                  キーボードショートカット一覧

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

                  • 総合
                  • 一般
                  • 世の中
                  • 政治と経済
                  • 暮らし
                  • 学び
                  • テクノロジー
                  • エンタメ
                  • アニメとゲーム
                  • おもしろ
                  • アプリ・拡張機能
                  • 開発ブログ
                  • ヘルプ
                  • お問い合わせ
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について

                  公式Twitter

                  • 公式アカウント
                  • ホットエントリー

                  はてなのサービス

                  • はてなブログ
                  • はてなブログPro
                  • 人力検索はてな
                  • はてなブログ タグ
                  • はてなニュース
                  • ソレドコ
                  • App Storeからダウンロード
                  • Google Playで手に入れよう
                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                  設定を変更しましたx