I'm using a virtual table (SWT Table) to display possibly millions of
rows.
I use clear(start, end) for TableItems that are sufficiently out of view
range. This seems to prevent blowing heap space memory. However, the
table is sluggish when the itemCount is high.
Does anyone have any other advice for buffering or otherwise optimizing
the performance of SWT Virtual Tables?