ToString() using reflection is slow
hi,I use Apache Commons ToStringBuilder reflection to convert beans to text lines of a big text file (~100MB in size). Reflection is slower that is clear but I'd like to know how much it is slower compared to explicit conversion of data members to strings? thanks,