-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
Lists and ListBuffer has been pointed out several times as sources of bad performance in javac. There are reasons why they are the way they are: immutability and small memory footprint are two major requisites behind some design decisions. In any case it should be studied if while keeping these requisites valid, a performance gain can be obtained.