
- Avoid making calls within for loops, specially costly ones such as `getQualifiedTypeNames` - Don't create lists when they are empty. - Create lists of proper size to avoid resizing / oversizing - I'm seeing a ~5% improvement. We are reaching the point were noise makes it hard to detect improvements. We should attack GC cycles soon.