haskellfoundation / hs-opt-handbook.github.io

The Haskell Optimization Handbook
https://haskell.foundation/hs-opt-handbook.github.io/
Creative Commons Attribution 4.0 International
173 stars 12 forks source link

Chapter on memory layout #16

Closed doyougnu closed 4 weeks ago

doyougnu commented 2 years ago

A user should be able to look at a ADT definition and know how many machine words are needed to represent that ADT in the worst case

doyougnu commented 4 weeks ago

duplicated by #61