Closed JarrahGos closed 10 years ago
Finals have been implemented. 849366e437e853a35e7a6f2557f6eb1b04ac8562
StringBuilder has been implemented as a low cost way of appending strings d7e2a3315e58cadf8b2b54ca6bcd9888ff95cc0d
For loops often now count down to zero. 3c730d3803c19f6a0525e7445b1e879b85873e19 35079f7133f50ee7147f11dfb8ff43ebdaf94b22 625cc936fff644a56a714e01af9807d6289f45b3
Better handling of threads and timers 57fe93a402f0589729320b79189d3828f4bdf74e b6e4e7c532ac9522d989563d104a9579a9227a3d
There are likely many performance improvements. This thread should serve as an outline of them.
StringBuffer should be used rather than java strings. This solves the extraneous creation of string objects.
Final methods and classes?
Change for loops to count down to zero.