Hi I'm working on a simple tool, in it I have a grid that displays a huge amount of rows, sometimes reaching 1 million and more, it's working fine with SWT.VIRTUAL, but I'm seeing a major issue, it's using too much memory sometimes reaching 700MB and more.
The grid is creating all the GridItems(Rows) at once, so once I launch the grid, I get 1M row/GridItem objects created, which seems to be the cause behind the memory issue. Tried later on to use jTable, but performance is quite sluggish as it needs to create the items once they're visible, and on top of that it doesn't provide some options I want that work with Nebula Grid. Is there any way to optimize this behavior by Nebula Grid using GridVisibleRange or otherwise? Or should I be using a different thing altogether? Thanks To participate in the discussion, go here: https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________ nebula-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/nebula-dev
