cbh2000 / lc3ide

The cross platform LC-3 Integrated Development Environment.
0 stars 1 forks source link

QTableWidget is Slow #4

Open cbh2000 opened 11 years ago

cbh2000 commented 11 years ago

I have quickly discovered that QTableWidget takes ~30 seconds to populate an empty table of 65536 rows and only 2 columns. And should the LC-3 ever expand its address space, that time could quickly approach infinity. A custom architecture is needed, probably something similar to that of Okteta, the KDE hex editor, where only the rows in view are actually populated (to conserve resources).