co-stig / opencompare

Open Compare is a generic open-source compare tool
MIT License
2 stars 0 forks source link

Smarter cache for rendering the tree #15

Open co-stig opened 9 years ago

co-stig commented 9 years ago

Currently org.opencompare.ui.model.ExplorableTreeTableModel implements a very stupid single-threaded ever-growing memory-leaking cache. Replace it with something smarter.

Without this cache tree rendering is painfully slow.