Make-instance Performance
The compiler does a lot at compile time to optimize make-instance
Avoid creating instances if you don’t have to because
- it increases the size of the process and may cause needless paging
- it increases the frequency and duration of garbage collection