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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ブラックフライデー

『http://blog.paralleluniverse.co/』

  • 人気
  • 新着
  • すべて
  • Parallel Universe

    3 users

    blog.paralleluniverse.co

    May 03, 2016 Go and Quasar: a comparison of style and performance By Ron A user recently drew our attention to the Skynet benchmark, a microbenchmark for “extreme” multithreading (1M threads). We are generally wary of such microbenchmarks because they are often tailored to measure a specific strength of a particular platform, without taking into account how relevant that strength is for real appli

    • テクノロジー
    • 2016/05/04 14:35
    • java
    • Parallel Universe

      5 users

      blog.paralleluniverse.co

      December 02, 2015 High-Concurrency HTTP Clients on the JVM By Fabio HTTP is probably the most popular application-level protocol and there are many libraries that implement it on top of network I/O, which is a special (stream-oriented) case of general I/O. Since all I/O has a much in common 1, let’s start with some discussion about it. I’ll concentrate on I/O cases with a lots of concurrent HTTP r

      • テクノロジー
      • 2016/01/06 00:33
      • java
      • Capsule Shield: A Docker Alternative Tailor-Made for the JVM | Parallel Universe

        4 users

        blog.paralleluniverse.co

        October 08, 2015 Capsule Shield: A Docker Alternative Tailor-Made for the JVM By Fabio, Ron Why Docker Is Not the Best Container Solution for JVM Applications Virtualized containers and container solutions – first among them Docker – are a smash hit. Containers provide a mechanism for isolating applications and controlling their resource usage that is more performant and less wasteful than virtual

        • テクノロジー
        • 2015/10/13 23:09
        • containter
        • Docker
        • あとで読む
        • Parallel Universe

          3 users

          blog.paralleluniverse.co

          August 07, 2015 From Imperative to Pure-Functional and Back Again: Monads vs. Scoped Continuations By Ron This post accompanies this video and won’t make too much sense without it Last month I gave a talk called Please Stop Polluting our Imperative Languages with Your Pure Concepts at the Curry On conference, a new conference co-located with the academic programming language conference, ECOOP, and

          • 暮らし
          • 2015/08/09 11:59
          • Parallel Universe

            6 users

            blog.paralleluniverse.co

            May 21, 2015 Quasar and Akka – a Comparison By Fabio The actor model is a design pattern for fault-tolerant and highly scalable systems. Actors are independent worker-modules that communicate with other actors only through message-passing, can fail in isolation from other actors but can monitor other actors for failure and take some recovery measures when that happens. Actors are simple, isolated

            • テクノロジー
            • 2015/05/23 01:52
            • scala
            • java
            • あとで読む
            • An Opinionated Guide to Modern Java, Part 2: Deployment, Monitoring & Management, Profiling and Benchmarking | Parallel Universe

              7 users

              blog.paralleluniverse.co

              May 08, 2014 An Opinionated Guide to Modern Java, Part 2: Deployment, Monitoring & Management, Profiling and Benchmarking By Ron This is part 2 in a three-part series: part 1, part 3 Welcome to part 2 of the OGMJ. In part 1 we presented new Java language features, libraries and tools, that make Java into a much more lightweight development environment: new build tools, easier docs, expressive code

              • テクノロジー
              • 2014/05/09 09:52
              • java
              • あとで試す
              • プログラミング
              • あとで読む
              • Not Your Father's Java: An Opinionated Guide to Modern Java Development, Part 1 | Parallel Universe

                21 users

                blog.paralleluniverse.co

                May 01, 2014 Not Your Father's Java: An Opinionated Guide to Modern Java Development, Part 1 By Ron This is part 1 in a three-part series: part 2, part 3 More working, useful code has been written in the Java programming language than in any other in history, with the possible exceptions of C and COBOL. When Java was released almost 20 years ago, it took the software world by storm. It was a simpl

                • テクノロジー
                • 2014/05/02 03:23
                • Java
                • Parallel Universe

                  6 users

                  blog.paralleluniverse.co

                  February 20, 2014 Reactive (Dataflow) Programming in Java and Clojure with Quasar and Pulsar By Ron Reactive programming is a programming paradigm that helps programmers process data that flows into the system or is computed by the system asynchronously. Reactive programming achieves this through constructs that organize concurrency into a simple, understandable form. But before we go on to show h

                  • テクノロジー
                  • 2014/02/21 08:16
                  • Clojure
                  • Java
                  • Parallel Universe

                    3 users

                    blog.paralleluniverse.co

                    October 16, 2013 No More Callbacks: 10,000 Actors, 10,000 Threads, 10,000 Spaceships By Ron Adopting Ideas from Erlang and Clojure for a Highly Concurrent, Simple and Maintainable Application I recently stumbled across this quote 1 by Doron Rajwan of Intel: “For the past 30 years, computer performance has been driven by Moore’s Law; from now on, it will be driven by Amdahl’s Law. Writing code that

                    • 暮らし
                    • 2013/10/17 10:53
                    • Parallel Universe

                      5 users

                      blog.paralleluniverse.co

                      May 02, 2013 Erlang (and Go) in Clojure (and Java) By Ron We’ll start at the end: Quasar and Pulsar are two new open-source libraries in Java and Clojure respectively that add Erlang-like actor-model (and Go-like coroutine/channel) programs to the JVM. There have been several attempts of porting actors to the JVM. Quasar and Pulsar’s main contribution — from which many of their advantages stem — i

                      • テクノロジー
                      • 2013/05/03 07:11
                      • Clojure
                      • java

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

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

                      『http://blog.paralleluniverse.co/』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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