Slashdot Mirror


User: wardeana

wardeana's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Check their work or check the summary? on No, It's Not Always Quicker To Do Things In Memory · · Score: 1

    Actually 'modern' (last few years) Java compilers will change that += behind the scenes to a StringBuilder / StringBuffer so that really shouldn't have any effect... agree that it used to be horrendously bad to do that though.