並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

rebarの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

rebarに関するエントリは2件あります。 programmingarticle などが関連タグです。 人気エントリには 『GitHub - BurntSushi/rebar: A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.』などがあります。
  • GitHub - BurntSushi/rebar: A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.

    METHODOLOGY describes the motivation, design, benchmark selection and evaluation protocol used by rebar. BUILD describes how to build rebar and the regex engines it measures. TUTORIAL provides a guided exploration of some of the most useful rebar sub-commands. CONTRIBUTING describes how to add new benchmarks and how to add a new regex engine to benchmark. MODELS describes the different types of wo

      GitHub - BurntSushi/rebar: A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.
    • Erlang, Cowboy, Rebar3によるHello World HTTPサーバーのチュートリアル

      本記事では、Erlang, Cowboy, Rebar3によるHello worldを出力するHTTPサーバーの実装方法を解説する。 目的は、このプログラムを実行中に、以下のような挙動になることだ。 $ curl "htttp://localhost:8080/" hello,world ErlangもCowboyもRebar3も、情報が極めて少ない。しかも公式ドキュメントすら間違っている。公式ドキュメントすら間違っているのには理由があり、実際の実装とドキュメントに差がでているのだ。Erlangは変化の少ない言語ではあるが、それでもOTP17からmapが追加されたりと言語的に少し変わっているし、mapの追加により、cowboyも以前ならproplistsを使っていた部分でmapを使うようになり、しかも2.0でAPIかなり破壊的な変更が入り、2.5からはモジュールの構成も少し変わってしまった

      1

      新着記事