Click here to Skip to main content
15,887,683 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle 960 Pin
Jeremy Falcon3-Feb-24 22:19
professionalJeremy Falcon3-Feb-24 22:19 
GeneralRe: Wordle 960 (3/6) Pin
Jeremy Falcon3-Feb-24 22:15
professionalJeremy Falcon3-Feb-24 22:15 
GeneralRe: Wordle 960 Pin
Sander Rossel4-Feb-24 4:22
professionalSander Rossel4-Feb-24 4:22 
GeneralRe: Wordle 960 Pin
Cp-Coder4-Feb-24 8:35
Cp-Coder4-Feb-24 8:35 
General.Net 8 Poor performance on AMD cpu Pin
Behzad Sedighzadeh3-Feb-24 9:31
Behzad Sedighzadeh3-Feb-24 9:31 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
Mike Hankey3-Feb-24 9:45
mveMike Hankey3-Feb-24 9:45 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
honey the codewitch3-Feb-24 12:08
mvahoney the codewitch3-Feb-24 12:08 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
Graeme_Grant3-Feb-24 14:16
mvaGraeme_Grant3-Feb-24 14:16 
There is something more to the issue that is not apparent from the information provided. As Honey pointed out, there are many other factors to consider.

As for the code itself, it baffles me why you want to load 1M rows into a ListView control like that. You're much better off finding ways to reduce the number of rows loaded. However, if you need to do this, there are better ways like virtualization. Read this (with code sample): ListView.VirtualMode Property (System.Windows.Forms) | Microsoft Learn[^].

If you make this change, the app will run much more efficiently on both machines. Poke tongue | ;-P

Graeme


"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee

GeneralRe: .Net 8 Poor performance on AMD cpu Pin
jmaida3-Feb-24 14:45
jmaida3-Feb-24 14:45 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
Gerry Schmitz3-Feb-24 15:36
mveGerry Schmitz3-Feb-24 15:36 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
jmaida3-Feb-24 17:29
jmaida3-Feb-24 17:29 
GeneralRe: .Net 8 Poor performance on AMD cpu Pin
jochance5-Feb-24 8:44
jochance5-Feb-24 8:44 
GeneralSerendipity! Pin
honey the codewitch3-Feb-24 5:33
mvahoney the codewitch3-Feb-24 5:33 
GeneralRe: Serendipity! Pin
PIEBALDconsult3-Feb-24 5:43
mvePIEBALDconsult3-Feb-24 5:43 
GeneralRe: Serendipity! Pin
Marc Clifton4-Feb-24 3:45
mvaMarc Clifton4-Feb-24 3:45 
GeneralRe: Serendipity! Pin
Gerry Schmitz3-Feb-24 15:47
mveGerry Schmitz3-Feb-24 15:47 
GeneralRe: Serendipity! Pin
jochance5-Feb-24 8:52
jochance5-Feb-24 8:52 
GeneralRe: Serendipity! Pin
honey the codewitch5-Feb-24 9:03
mvahoney the codewitch5-Feb-24 9:03 
GeneralStrange questions from a nitpicker ... ;p Pin
0x01AA3-Feb-24 4:58
mve0x01AA3-Feb-24 4:58 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
PIEBALDconsult3-Feb-24 5:24
mvePIEBALDconsult3-Feb-24 5:24 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
0x01AA3-Feb-24 5:59
mve0x01AA3-Feb-24 5:59 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
PIEBALDconsult3-Feb-24 6:05
mvePIEBALDconsult3-Feb-24 6:05 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
Mircea Neacsu3-Feb-24 6:16
Mircea Neacsu3-Feb-24 6:16 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
0x01AA3-Feb-24 7:27
mve0x01AA3-Feb-24 7:27 
GeneralRe: Strange questions from a nitpicker ... ;p Pin
Mircea Neacsu3-Feb-24 7:40
Mircea Neacsu3-Feb-24 7:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.