View Single Post
04-16-09, 12:18 PM   #3
Venificus
A Fallenroot Satyr
Join Date: Dec 2008
Posts: 24
I've been looking at the feature paint code as well, and I think we could save a lot of memory by using the new :SetFormattedText() method instead of building strings with the .. operator. Every use of the .. operator wastes memory equal to the size of the two strings being concatenated, so we should try to avoid that in the future.
  Reply With Quote