flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
124 stars 38 forks source link

[FLORA-420] Improve build performance #421

Closed tchoutri closed 1 year ago

tchoutri commented 1 year ago

Proposed changes

This PR substitutes generic deriving of JSON instances that is too costly with Template Haskell deriving. Generics are still demanding but Servant is the second next big consumer and there's no TH equivalent.

Contributor checklist


Before

00_initial_allocations


After

08_final_timing 08_final_allocations