haskell-beam/beam

Benchmark build time of user code

开放

#824 创建于 2026年7月20日

 (0 条评论) (2 个反应) (0 位负责人)Haskell (191 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (631 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Following the publication of Scarf moving away from Haskell, discussions mentioned that type-family-heavy code, like code using beam, can build slowly.

I personally think that the tradeoff for this slower compilation is much, much more safety when interacting with the database. However, if we can preserve this safety and improve build times, we should!

This ticket is about creating a benchmark for building a beam-based application. Improvements to build times can follow separately.

贡献者指南