MAXScript FAQ > How To Make It Faster > Use name values instead of strings when possible |
Each use of a string literal requires creating a new string value.
Use StringStream to build large strings
Try not to use Execute function if there is an alternative