====== Performance Checklist ====== **Version:** 2.0\\ **Scope:** Allocation discipline, hot path hygiene, data structure selection. ===== Checks ===== * [ ] No unnecessary allocations in hot paths * [ ] No string concatenation in loops * [ ] Appropriate data structures used * [ ] Resources disposed/freed promptly ---- //Version: 2.0 (Split)//\\ //Author: Wolfgang van der Stille// Back to [[start|Code Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~