My question is simple. Some time ago StringBuilder was removed. What may be the reason of that? How can I deal with large strings now?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
flash.utils.StringBuilderwas first introduced as a response to a lack of performance inStringconcatanation. But thenStringconcatanation was optimized so there were no reason to use/keep thisClass.Quote from http://onflex.org/ACDS/AS3TuningInsideAVM2JIT.pdf page 38