並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

Haxlの検索結果1 - 11 件 / 11件

  • GitHub - facebook/Haxl: A Haskell library that simplifies access to remote data, such as databases or web-based services.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - facebook/Haxl: A Haskell library that simplifies access to remote data, such as databases or web-based services.
    • 米Facebook、Haskellライブラリの「Haxl」をオープンソースソフトウェアとして公開 | OSDN Magazine

      米Facebookが関数型プログラミング言語「Haskell」向けのデータアクセスライブラリ「Haxl」を公開した。リモートにあるデータベースへのアクセスを簡素化できるというもので、修正BSDライセンスで提供されている。 Haskellは関数型プログラミング言語で、ほかの言語との統合性、並行性/並列性などを特徴とし、デバッガ、プロファイラ、リッチなライブラリなどを備える。 HaxlはHaskell用のデータアクセスライブラリで、これを利用してリモートにあるデータベースやWebベースのサービスにアクセスできる。アプリケーションのコードとデータソースの間のレイヤとして機能し、同一のデータソースに対して複数の要求のバッチ処理、複数のデータソースからのデータ要求、過去の要求のキャッシュ作成などを自動で行うことで、データをフェッチするためのコードが簡潔になるという。 FacebookはHaxlという

        米Facebook、Haskellライブラリの「Haxl」をオープンソースソフトウェアとして公開 | OSDN Magazine
      • Open-sourcing Haxl, a library for Haskell

        Today we’re open-sourcing Haxl, a Haskell library that simplifies access to remote data, such as databases or web-based services. Haxl is a layer that sits between the application code and one or more “data sources”—APIs for fetching remote data. Haxl can automatically: batch multiple requests to the same data source into a single request, request data from multiple data sources concurrently, and

          Open-sourcing Haxl, a library for Haskell
        • Haxl - Haskellを使った暗黙的な並列データアクセス

          Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

            Haxl - Haskellを使った暗黙的な並列データアクセス
          • Fun With Haxl (Part 1) · Simon Marlow

            Simon Marlow Software Engineer at Facebook in London Co-developer of the Glasgow Haskell Compiler Twitter: @simonmar Github: simonmar Email: marlowsd@gmail.com LinkedIn: Simon Marlow Fun With Haxl (Part 1) October 20, 2015 This is a blog-post version of a talk I recently gave at the Haskell eXchange 2015. The video of the talk is here, but there were a lot of questions during the talk which aren’t

            • Haxl/example/sql/readme.md at main · facebook/Haxl

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                Haxl/example/sql/readme.md at main · facebook/Haxl
              • 町山智浩 on Twitter: "山上容疑者に精神疾患のレッテルを貼ろうとしている動きがありますが、彼のツイートは主語述語、読点句読点の使い方が正しく、誤字もほとんどありません。高度な教育を受けても精神が崩壊すると文章は乱れていくものです。彼の精神は明晰としか思え… https://t.co/HAXl49Lja4"

                山上容疑者に精神疾患のレッテルを貼ろうとしている動きがありますが、彼のツイートは主語述語、読点句読点の使い方が正しく、誤字もほとんどありません。高度な教育を受けても精神が崩壊すると文章は乱れていくものです。彼の精神は明晰としか思え… https://t.co/HAXl49Lja4

                  町山智浩 on Twitter: "山上容疑者に精神疾患のレッテルを貼ろうとしている動きがありますが、彼のツイートは主語述語、読点句読点の使い方が正しく、誤字もほとんどありません。高度な教育を受けても精神が崩壊すると文章は乱れていくものです。彼の精神は明晰としか思え… https://t.co/HAXl49Lja4"
                • Dataloaderの元になったHaskellのHaxlというライブラリがおもしろい - The Third Law

                  GraphQL APIを作るとき、素朴に実装するとN+1問題が発生しがちなので、これを解消するためにDataloaderという仕組みも実装するのが一般的です。 少し前にHaskell Dayというイベントの発表資料をレビューする機会があり*1、Dataloader的な設計はGraphQL以前から知られていて、Facebookで開発されたHaxlというHaskellのライブラリに由来するということを知りました*2。 ちなみにレビューした発表はこちらです(この発表をネタにして記事を書いていいですか?と発表者の@nakaji_dayoさんに聞いたところ、快諾いただけた上にこのブログ記事の内容もレビューしていただけました!ありがとうございます)。 www.youtube.com speakerdeck.com このHaxlですが、他言語で実装された一般的なDataloaderにはない特徴があります

                    Dataloaderの元になったHaskellのHaxlというライブラリがおもしろい - The Third Law
                  • The Haxl Project at Facebook

                    InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architect. View an example

                      The Haxl Project at Facebook
                    • Haxl anti-tutorial

                      Code and ideas in computer science. And maybe a short story or two. It's time for another anti-tutorial! Whereas a tutorial is an advanced user giving step-by-step instructions to help newbies, an anti-tutorial is a new user describing their path to enlightenment. My approach is usually to follow the types, so my anti-tutorials are also examples of how to do that. Previously in the series: pipes a

                      • Haxl: Making Concurrency Unreasonably Easy | Big Techday 10 - TNG Technology Consulting

                        1