Modeller
Coding StandardsPerformance

Performance

Choosing the right data structure and measuring before optimizing.

These standards cover reasoning about algorithmic complexity, picking collection types that match the access pattern, and measuring before trading readability for speed. Apply them whenever choosing a data structure or considering a performance-motivated rewrite.