Skip to content
Haskell Optimization Handbook
Toggle navigation menu
⌘
K
Haskell Optimization Handbook
/
2.
Measurement, Profiling, and Observation
/
2.5.
Core Probes and Profiling
2.5.
Core Probes and Profiling
¶
2.5.1.
Reading Core
2.5.2. Memory Footprints of Data Types
2.5.2.1. What is the Point
2.5.2.2. Atomic Types
2.5.2.3. Boxed Data Types
2.5.2.4. Other Ways
2.5.3. Summary
2.5.4. References