タグ

Elmとghcに関するigrepのブックマーク (3)

  • Faster Elm Builds

    I recently joined a company using Elm for a new project, and it has been awesome, Elm is a great platform for front-end development and it has been a joy to work with. Unfortunately, as the project grew, so did our compile times, and eventually it frustrated us enough that we set aside some time to work on it. First, I made a script to loop through every file in the project, touch it, and time how

    Faster Elm Builds
  • elmのコンパイラがめっちゃ遅かったから速くした - Qiita

    大筋 これをやってみたというわけです-> https://medium.com/@antewcode/faster-elm-builds-e0669580ee67 めっちゃelmを書いていたらビルドに260秒くらいかかってた 解決するためにコンパイラのメトリクスをとった GCに問題があったのでヒープサイズ変更した ビルドは40秒くらいになった。嬉しい。 elmを書いていたらビルドに260秒くらいかかってた 差分ビルドは変更するモジュールによるが、5秒 ~ 1分 変更モジュールの参照が多いほど時間は伸びる LOC2万5千くらい elmのコンパイラーにはバグがあってビルドが長くなるケースある 複雑なパターンマッチ (ex. タプル)があるとコンパイラがCPU100%いつぶす -> 複雑なパターンマッチをアプリケーションのコードから取り除く 複雑なパターンマッチをアプリケーションのコードから取

    elmのコンパイラがめっちゃ遅かったから速くした - Qiita
    igrep
    igrep 2018/08/20
  • Google グループ

    Google グループでは、オンライン フォーラムやメール ベースのグループを作成したり、こうしたフォーラムやグループに参加したりすることで、大勢のユーザーと情報の共有やディスカッションを行うことができます。

    igrep
    igrep 2015/03/11
  • 1