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

Using GHC.Exts chapter #46

Open doyougnu opened 2 years ago

doyougnu commented 2 years ago

Should be accompanied by a case study. Perhaps on unordered-containers?

doyougnu commented 2 years ago

Should also show manual packing/unpacking of things like IO and RealWorld#