Applied-Energistics-2-tiler.../src/main/java/appeng
yueh 7fa7e43c29 Some performance or memory optimizations
Replaced String concat in loops with StringBuilder (performance)
Replaced for with keySet + Map.get() through for with entrySet (perf)
Changed inner classes to static classes, mostly struct like (memory)
2014-09-30 23:20:02 +02:00
..
block Merge pull request #198 from thatsIch/containeritem 2014-09-30 13:44:03 -07:00
client Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
container Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
core Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
crafting Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
debug Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
entity Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
facade Removes unnecessary returns 2014-09-29 23:27:25 +02:00
fmp Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
helpers Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
hooks Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
integration Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
items Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
me Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
parts Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
recipes Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
server Resolved some unchecked Types 2014-09-28 22:20:14 +02:00
services Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
spatial Some performance or memory optimizations 2014-09-30 23:20:02 +02:00
tile Make fields final if possible to ensure immutability 2014-09-30 09:52:57 +02:00
transformer Merge pull request #201 from thatsIch/asm 2014-09-30 13:47:57 -07:00
util Some performance or memory optimizations 2014-09-30 23:20:02 +02:00