haskell-beam/beam

Benchmark build time of user code

Aberta

#824 aberto em 20 de jul. de 2026

 (0 comentário) (2 reações) (0 responsável)Haskell (191 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (631 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador