@ttuegel Actually, GHC Genetics are fast enough for automatic Storable instances. Almost no degradation from hand-rolled code without a chance for segfaults.
@dpwiz Generics is fast as long as everything gets inlined the right way. Ensuring that inlining happens correctly as a project scales is, in my experience, a cost that doesn’t scale well.
@dpwiz Generics is fast as long as everything gets inlined the right way. Ensuring that inlining happens correctly as a project scales is, in my experience, a cost that doesn’t scale well.