This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Jim Westfall 1d37e0004a speed up populating GameGrid
These changes speed up how long it takes to populate the GameGrid after
clicking on a dat in the Tree.  MAME 0.155 dat was used for testing.
Before the changes population times were

windows .net = 2.75 seconds
linux mono = 23 seconds

After the changes, both now take 300-400ms.

This was done using 2 main changes.

1. Fully move populating the rows' Values to the CellFormatting function
2. Determine the total number of rows we will need and use
GameGrid.rowCount to set the row count to that.  This is much faster
then doing individual Add()'s for each row.
2014-11-08 10:19:27 -08:00
2014-11-08 10:19:27 -08:00
2014-10-09 18:29:50 -05:00
2014-09-23 14:02:59 -05:00
2014-09-23 12:06:15 -07:00

RomVault

Description
RomVault Rom Management Program
Readme 1.2 MiB
Languages
C# 100%