-
Enhancement
-
Resolution: Won't Fix
-
P4
-
9
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.