commit | bcd50f86f8953d040cc8ac13deec58559f3cef34 | [log] [tgz] |
---|---|---|
author | Florian Thienel <florian@thienel.org> | Wed Oct 22 22:43:13 2014 +0200 |
committer | Florian Thienel <florian@thienel.org> | Wed Oct 22 22:43:13 2014 +0200 |
tree | 164cec05abca23387a8fab3a9802def0be019fb1 | |
parent | a0e4df435319313a650ec4dcc4b4af87523123ae [diff] |
use LinkedList to handle children and lines LinkedList has a lower memory turn-around since only single nodes have to be garbage collected instead of arrays of Object. This leads to less heavy garbage collection overall. Signed-off-by: Florian Thienel <florian@thienel.org>