Posts: 41
Threads: 8
Joined: Jul 2025
Reputation:
7
"Debug > Purge C++ Libraries" didn't change anything...
So I started from scratch by reinstalling v4.1 in another directory and rebuilding; did the same for v4.2; no change — performance still favors v4.1 for PSET.
Posts: 902
Threads: 38
Joined: Apr 2022
Reputation:
72
(11-19-2025, 09:26 PM)ahenry3068 Wrote: (11-19-2025, 08:40 PM)Herve Wrote: "Debug > Purge C++ Libraries" didn't change anything...
So I started from scratch by reinstalling v4.1 in another directory and rebuilding; did the same for v4.2; no change — performance still favors v4.1 for PSE
A few things.
------------------
First, I'm not doubting your symptoms.
Second, write a little short program that doesn't do anything but say a couple , few million Psets and times it.
Include as little other code in this program as possible.
(things interweave in unpredictable ways sometimes, this will verify IT IS PSET !)
Third, Consider doing whatever your doing with PSET with _memimage, _memput instead
This takes a bit of code modification but is a faster way to do it to begin with !
I can attest that _MEMIMAGE is way faster than PSET, by far.
The noticing will continue