haskell-beam/beam

Benchmark build time of user code

Ouverte

#824 ouverte le 20 juil. 2026

 (0 commentaire) (2 réactions) (0 personne assignée)Haskell (191 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (631 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur