• Download
  • Community
  • Contributing
  • Quick Start
  • Home
  • LFE Style Guide

    1. Introduction
    2. General Guidelines
    3. Formatting
    4. Documentation
    5. Naming
    6. Testing
    7. Language Usage Guidelines
    8. Meta-Language Guidelines
    9. Data Representation
    10. Proper Forms
    11. Optimization
    12. Pittfalls

    LFE Style Guide

    11 Optimization

    There is an excellent guide on optimization for Erlang/OTP, and this applies equally to LFE. You can find it here: Erlang Efficiency Guide.

    Of particular interest, we'd like to point out the following (however, the whole guide should be read carefully):

    • The Eight Myths of Erlang Performance
    • Common Caveats
    • Profiling
    ← Previous | Top | Home | Next →