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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『www.serpentine.com』

  • 人気
  • 新着
  • すべて
  • A wreq tutorial

    4 users

    www.serpentine.com

    Learn how to write web clients. We start easy, then ramp up the power. Installation To use the wreq package, simply use cabal, the standard Haskell package management command. cabal update cabal install -j --disable-tests wreq Depending on how many prerequisites you already have installed, and what your Cabal configuration looks like, the build may take a few minutes: a few seconds for wreq, and t

    • テクノロジー
    • 2015/02/20 00:47
    • haskell
    • tutorial
    • criterion: a Haskell microbenchmarking library

      3 users

      www.serpentine.com

      criterion is a library that makes accurate microbenchmarking in Haskell easy. Features The simple API hides a lot of automation and details that you shouldn’t need to worry about. Sophisticated, high-resolution analysis can accurately measure operations that run in as little as a few hundred picoseconds. Output to active HTML (with Javascript charts), CSV, and JSON. Write your own report templates

      • テクノロジー
      • 2014/08/08 20:40
      • haskell
      • A criterion tutorial

        3 users

        www.serpentine.com

        The first two rows are the results of a linear regression run on the measurements displayed in the right-hand chart. “OLS regression” estimates the time needed for a single execution of the activity being benchmarked, using an ordinary least-squares regression model. This number should be similar to the “mean execution time” row a couple of rows beneath. The OLS estimate is usually more accurate t

        • テクノロジー
        • 2014/08/08 20:04
        • haskell
        • A major upgrade to attoparsec: more speed, more power

          5 users

          www.serpentine.com

          I’m pleased to introduce the third generation of my attoparsec parsing library. With a major change to its internals, it is both faster and more powerful than previous versions, while remaining backwards compatible. Comparing to C Let’s start with a speed comparison between the hand-written C code that powers Node.js’s HTTP parser and an idiomatic Haskell parser that uses attoparsec. There are goo

          • テクノロジー
          • 2014/05/31 16:47
          • parsec
          • haskell
          • attoparsec
          • Top Haskell packages seen through graph centrality beer goggles

            3 users

            www.serpentine.com

            I threw together a little code tonight to calculate the Katz centrality of packages on Hackage. This is a measure that states that a package is important if an important package depends on it. The definition is recursive, as is the matrix computation that converges towards a fixpoint to calculate it. Here are the top hundred Hackage packages as calculated by this method, along with their numeric m

            • テクノロジー
            • 2014/05/18 17:16
            • haskell
            • wreq: a Haskell web client library

              23 users

              www.serpentine.com

              wreq is a library that makes HTTP client programming in Haskell easy. Features Simple but powerful lens-based API Over 100 tests, and built on reliable libraries like http-client and lens Session handling includes connection keep-alive and pooling, and cookie persistence Automatic decompression Powerful multipart form and file upload handling Support for JSON requests and responses, including navi

              • テクノロジー
              • 2014/04/23 11:56
              • haskell
              • Lens
              • http
              • web
              • library
              • tech
              • Book review: Parallel and Concurrent Programming in Haskell

                4 users

                www.serpentine.com

                It's time someone finally wrote a proper review of Simon Marlow's amazing book, Parallel and Concurrent Programming in Haskell. I am really not the right person to tackle this job objectively, because I have known Simon for 20 years and I currently happen to be his boss at Facebook. Nevertheless, I fly my flag of editorial bias proudly, and in any case a moment's glance at Simon's book will convin

                • テクノロジー
                • 2014/03/19 18:02
                • Haskell
                • Open question: help me design a new encoding API for aeson

                  4 users

                  www.serpentine.com

                  For a while now, I’ve had it in mind to improve the encoding performance of my Haskell JSON package, aeson. Over the weekend, I went from hazy notion to a proof of concept for what I think could be a reasonable approach. This post is a case of me “thinking out loud” about the initial design I came up with. I’m very interested in hearing if you have a cleaner idea. The problem with the encoding met

                  • テクノロジー
                  • 2013/10/15 18:49
                  • Haskell
                  • teideal glic deisbhéalach

                    4 users

                    www.serpentine.com

                    Over the past few months, the Sigma engineering team at Facebook has rolled out a major Haskell project: a rewrite of Sigma, an important weapon in our armory for fighting spam and malware. Sigma has a mission-critical job, and it needs to scale: its growing workload currently sees it handling tens of millions of requests per minute. The rewrite of Sigma in Haskell, using the Haxl library that Sim

                    • テクノロジー
                    • 2011/12/08 17:22
                    • haskell
                    • blog
                    • Announcing a major revision of the Haskell text library

                      3 users

                      www.serpentine.com

                      Home › software › haskell › Announcing a major revision of the Haskell text library I'm pleased to announce the availability of version 0.5 of text, a library that provides fast Unicode text handling for Haskell. This version contains numerous changes compared to version 0.4, in three broad categories: I made improvements to the performance of some common functions by, in many cases, more than 10x

                      • テクノロジー
                      • 2009/10/10 00:41
                      • Haskell
                      • text
                      • Finally! Fast Unicode support for Haskell

                        4 users

                        www.serpentine.com

                        On behalf of the Data.Text team, I am delighted to announce the release of preview versions of two new packages: text 0.1 Fast, packed Unicode text support, using a modern stream fusion framework. text-icu 0.1 Augments the text package with comprehensive character set conversion support and normalization (and soon more), via bindings to the ICU library. These packages fill out critical pieces of f

                        • テクノロジー
                        • 2009/02/27 21:03
                        • haskell
                        • text
                        • Fun with Haskell view patterns

                          4 users

                          www.serpentine.com

                          Is there a copy’n’paste error in Prelude> dropPrefix “foolish” “football” (“lish”, “ball”) which should rather be Prelude> dropPrefix “foolish” “football” (“lish”, “tball”) ?

                          • テクノロジー
                          • 2009/01/12 20:11
                          • haskell
                          • The basics of applicative functors, put to practical work

                            3 users

                            www.serpentine.com

                            Home › software › haskell › The basics of applicative functors, put to practical work Applicative functors are gorgeous and versatile creatures, but as is common in Haskell, they lack a little in documentation. The paper that Conor and Ross wrote introducing them is good, but dense. What if we were to skip all the scene-setting kerfuffle, and plunge into using them by example? I won’t attempt to d

                            • テクノロジー
                            • 2008/07/17 23:31
                            • haskell
                            • A Haskell regular expression tutorial | teideal glic deisbhéalach

                              7 users

                              www.serpentine.com

                              Someone showed up on #haskell yesterday, asking how to use regular expressions. This isn’t a completely straightforward question to answer. While Haskell’s regexp libraries provide the same functionality you’ll find in Perl, Python, and Java, they provide a rich and fairly abstract interface that can be daunting to newcomers. So let’s fix that, and strip away the abstractions to show how we might

                              • テクノロジー
                              • 2007/02/28 23:43
                              • Haskell
                              • 正規表現
                              • Threads FAQ

                                5 users

                                www.serpentine.com

                                Hey there I am new to the subject of thread. Can someone tell me why is the average time that using pthread_create() to creat a thread is shorter than using fork() to create a process? My thought is that because parent process has to wait for each child process. On the other hand, thr_create.c includes which only needs to wait for the last thread. Am I correct? Hi Benson, Threads are faster than a

                                • テクノロジー
                                • 2005/07/08 23:47
                                • threads
                                • tech
                                • programming

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

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

                                『www.serpentine.com』の新着エントリーを見る

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

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

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

                                公式Twitter

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

                                はてなのサービス

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