slow startup on windows
"John Selverian" <[email protected]> Thu, 24 Oct 2024 20:02:18 -0400
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Organization | JAHM Software |
| Message-ID | <[email protected]> |
I'm back to this issue again. On Windows 11, start-up time is 7 seconds. I've turned off "real-time protection" and it still takes 7 seconds. On both the Mac and Linux it takes about 1 second or less. Basically, the program dynamically creates (via new/alloc) and fills in a 4D array with strings (about 500,000 strings, each in a separate array element, it does some operations on these strings before saving them). When I profile in Visual Studio the CPU time seems to be evenly distributed across the routines where the strings are loaded. No single routines uses a large part of the CPU time. I've commented out various section of the code to see if I can effect the speed but nothing really do it so I'm thinking it's just FXString being slower on Windows. Is there a reason why FXString would be much slower on Windows? Kind regards, js _______________________________________________ Foxgui-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/foxgui-users
image001.gif
(image/gif, 70 B) - not displayed